Skip to main content
GET
Get User

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string<uuid>
required

User identifier (UUID).

Response

OK

id
string<uuid>

User identifier.

email
string<email>

The email address of the user.

first_name
string

The user's first name.

last_name
string | null

The user's last name.

status
enum<string>

Current lifecycle state of the user.

Available options:
active,
invited,
deactivated
scim_managed
boolean

false for API-created users. true for SCIM-provisioned users.

external_id
string | null

Idempotency key supplied by the calling system.

created_at
string<date-time>

ISO 8601 UTC.

created_by
string<uuid> | null

User ID of the creator. null for SCIM-provisioned users.

permissions
object[]

Direct permissions assigned to this user.