Users
List all Users
GET
/
v2.01
/
{ClientId}
/
users
This endpoint returns key information for each user created by the platform.
Query parameters
page
integer
Start value: 1
Default value: 1
Indicates the index of the page for the pagination.
per_page
integer
Max. value: 100
Default value: 10
Indicates the number of items returned for each page of the pagination.
Sort
string
Allowed values: CreationDate:ASC
, CreationDate:DESC
Indicates the direction in which to sort the list.
Responses
Was this page helpful?