GET /v1/me/roles

Provides summary information for all of a business's employee roles.

Servers

Query parameters

Name Type Required Description
order String No

The order in which employees are listed in the response, based on their created_at field.Default value: ASC

limit Integer No

The maximum integer number of employee entities to return in a single response. Default 100, maximum 200.

batch_token String No

A pagination cursor to retrieve the next set of results for your original query to the endpoint.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.