v1
latestOpenAPI 3.0.02026-08-067074272.5 KBUsers
Retrieves the user with the specified id.
Retrieves the user with the specified id.
get/users/{user_id}
Path parameters
user_idinteger required
Example:508
Id of user
Response
The user's details.
Example response
{
"id": 508,
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@wefixwindows.com",
"external_user_id": "johndoe_1",
"permissions": [
{
"dashboard_id": 121,
"role": "manager"
}
]
}