Get Me Roles
GET {{baseUrl}}/v1/me/roles?order=<object>&limit=<integer>&batch_token=<string>
Provides summary information for all of a business's employee roles.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
order | string | The order in which employees are listed in the response, based on their created_at field. Default value: ASC | |
limit | string | The maximum integer number of employee entities to return in a single response. Default 100, maximum 200. | |
batch_token | string | A pagination cursor to retrieve the next set of results for your | |
original query to the endpoint. |