v1

latestOpenAPI 3.0.32026-07-23194968.1 KB
Users

Get user profile

Retrieve information about the authenticated user. This endpoint is only available with user-scoped authentication.

get/api/v1/organization/user/profile

Response

User profile details

idinteger required

User ID

namestring

User name

emailstring email required

User email

titlestring

User title

nickNamestring

User nickname

phoneNumberstring

User phone number

orgIdinteger required

Organization ID, that the user belongs to

orgNamestring

Organization name

tzstring

User timezone in the IANA Time Zone Database (TZDB) format.

localestring

User locale.

status'Pending' | 'Active' | 'Inactive' | 'Suspended' required

User status

lastModifiedTsinteger required

Timestamp, indicating the time, when the user was modified last time (Unix epoch milliseconds)

lastLoggedAtinteger

Timestamp, when the user has logged in last time (Unix epoch milliseconds)

registeredAtinteger required

Timestamp, when the user has registered (Unix epoch milliseconds)

isDevboolean required

Whether the user has enabled the developer mode

isDarkModeboolean required

Whether the user has enabled dark mode