Article summary
Did you find this summary helpful?
Thank you for your feedback!
GET /v1/users
Get a paginated list of users.
Parameters:
Property | Data Type | Description |
---|---|---|
page | Integer | Page to start from. |
limit | Integer | The number of records per page. |
q | String | Search string or URL encoded JSON. |
qType | String | Type of search. One of:
|
qOperator | String | Applicable only if qType equals 'partial'. One of:
|
sort | Object | Map of fields and sort order. { "field1": "asc", "field2": "desc" } Example: ?sort[field1]=asc&sort[field2]=desc |
Request Body: None
Request Example:
Response Body:
Status Code | Message/Response Body | Description |
---|---|---|
200 | Success. A list of users is returned. |
Response Example (200):
Was this article helpful?