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

KeyDatatypeRequiredDescription
orderstringThe order in which employees are listed in the response, based on their created_at field. Default value: ASC
limitstringThe maximum integer number of employee entities to return in a single response. Default 100, maximum 200.
batch_tokenstringA pagination cursor to retrieve the next set of results for your
original query to the endpoint.