get
/{tenantId}/v1/users/{userId}Get user details
Requires Authentication
Users
Returns details for a specific user in the tenant
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
userIdrequired | string (uuid) | User UUID |
Responses
User details
Response Bodyapplication/json
idstring (uuid)
firstNamestring
lastNamestring
emailstring (email)
isEnabledboolean
createdAtstring (date-time)
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/users/{userId}' \
-H 'Authorization: Bearer {token}'