Skip to content
Get started

Users

Retrieve
client.users.retrieve(RequestOptionsoptions?): UserRetrieveResponse { user }
GET/users/me
ModelsExpand Collapse
UserRetrieveResponse { user }
user: User { id, created_at, email, 6 more }

The current authenticated user.

id: string

The unique identifier of the user.

created_at: unknown

The time the user was created.

email: string

The email address of the user.

first_name: string | null

The first name of the user.

has_completed_onboarding: boolean

Whether the user has completed the onboarding tutorial.

last_name: string | null

The last name of the user.

organization_id: string

The ID of the organization the user belongs to.

updated_at: unknown

The time the user was last updated.

organization_country?: string | null

ISO 3166-1 alpha-2 country code of the organization (e.g. FR). Used as the default region when normalizing national-format phone numbers.