Checkio API
get/{tenantId}/v1/users

List users

Requires Authentication
Users

Returns all users in the tenant

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID

Responses

List of users

Response Bodyapplication/json
items
array
UserListItem[]
UserListItem
total
integer

Code Examples

curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/users' \
  -H 'Authorization: Bearer {token}'