get
/{tenantId}/v1/usersList users
Requires Authentication
Users
Returns all users in the tenant
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Responses
List of users
Response Bodyapplication/json
itemsarray
UserListItem[]UserListItem
totalinteger
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/users' \
-H 'Authorization: Bearer {token}'