v2
latestOpenAPI 3.0.02026-07-31172752.6 KBusers
Get a user by ID
Returns a single user in your organization by their ID.
get/api/v1/users/{id}
Path parameters
idstring required
User ID
Response
User
Example response
{
"deactivated_at": null,
"departments": [
"Engineering"
],
"email": "john@example.com",
"employment_type": "full_time",
"first_name": "John",
"full_name": "John Doe",
"id": "7488a646-e31f-11e4-aace-600308960662",
"inserted_at": "2023-01-01T00:00:00Z",
"job_title": "Software Engineer",
"last_name": "Doe",
"location_city": "San Francisco",
"manager_user_id": null,
"status": "active",
"teams": [
"Engineering",
"Backend"
],
"updated_at": "2023-01-01T00:00:00Z"
}