v1
latestOpenAPI 3.0.32026-07-24148824715.6 KBUsers
Get details about a user
Returns details for a given user.
get/v2/users/{user_identifier}
Path parameters
user_identifierstring uuid required
The identifier of the user that you want to retrieve.
Response
OK
Example response
{
"active": true,
"client_identifier": "00000000-0000-0000-0000-000000000000",
"email": "example@mail.com",
"identifier": "00000000-0000-0000-0000-000000000000",
"name": "John Doe",
"user_type": "HUMAN"
}