Skip to content

Get a user

GET
/users/{user_id}

Retrieve a specific user by ID

user_id
required
string

User ID

User details

object
id
string format: uuid
organization_id
string format: uuid
email
string format: email
first_name
string | null
last_name
string | null
role
string
status
string
Allowed values: active inactive
created_at
string format: date-time
updated_at
string format: date-time