Get multiple end users

Get multiple end users. You can specify how many users appear per page, and which user id to start from.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

cursorstringOptionalformat: "id"
The id that marks the start or beginning of the returned records
limitintegerOptional>=1<=100
The number of records to return

Response

OK
datalist of objects or null
The list of end user profiles
metaobject or null
Metadata returned with the results including but not limited to a link to the next page of data

Errors