Checkio API
get/{tenantId}/v1/users/{userId}

Get user details

Requires Authentication
Users

Returns details for a specific user in the tenant

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID
userId
required
string (uuid)User UUID

Responses

User details

Response Bodyapplication/json
id
string (uuid)
firstName
string
lastName
string
email
string (email)
isEnabled
boolean
createdAt
string (date-time)

Code Examples

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