Get users
This function get all users for your application.
HTTP Request
GET BASE_URL/users
Query Param
| Parameter | Type | Required | Description |
|---|---|---|---|
| limit | number | Optional | Maximum record limit per request. Minium is 25 and maximum is 50. |
| offset | number | Optional | Minium is 0 |
| from | date-time | Optional | ISO 8601 or YYYY-MM-DD |
| to | date-time | Optional | ISO 8601 or YYYY-MM-DD |
Response
| Parameter | Type | Possible Values | Description |
|---|---|---|---|
| pagination | object | Pagination Object | Pagination info help to next or previous page. |
| data | array | Array of User Object | The list of accounts that belong to this user. |