Get multiple end users

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

Authentication

AuthorizationBearer

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
limitintegerOptional1-100
The number of records to return

Response

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

Errors

400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error