GET api/users?page={page}&pageSize={pageSize}
GET api/users Requires authentication. Get a paged list of all users If CRM operations fail for an un-recoverable reason, the service returns "502 Bad Gateway" Any other server-side errors return "500 Internal Server Error"
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
page |
Which page to return |
integer |
Default value is 1 |
pageSize |
Number of items per page, defaults to 10 |
integer |
Default value is 10 |
Body Parameters
None.
Response Information
Resource Description
UserListRepresentationName | Description | Type | Additional information |
---|---|---|---|
TotalResults | integer |
None. |
|
TotalPages | integer |
None. |
|
Page | integer |
None. |
|
ResourceList | Collection of UserRepresentation |
None. |
|
Links | Collection of Link |
None. |
Response Formats
application/json, text/json, application/hal+json, application/hal+xml
Sample:
Sample not available.