User
Read a user
Read a user by ID.
get/user/{id}
Path parameters
idstring required
The ID of the user you want to get information about.
Response
The operation was successful.
Example response
{
"id": 123456,
"email": "alex.mgr@crypto-inc.com",
"first_name": "Alex",
"last_name": "Doe",
"organization_id": 1234,
"status": "active",
"avatar": "https://my-avatar-url.com",
"type": "person",
"provider": "cognito",
"nrn": "organization=123",
"send_invite": true,
"metadata": {
"key": "value"
}
}