Skip to main content
GET
Gets the currently authenticated user's profile.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Returns the authenticated user's profile.

Profile information for the currently authenticated user.

id
string<uuid>
required
email
string
required
name
string
required
organizationId
string<uuid>
required
permissions
string[]
required
role
string
required
status
enum<string>
required
Available options:
ACTIVE,
INACTIVE,
INVITED
address
null | object
jobTitle
null | string
lastLoggedInDateTime
null | string<date-time>
phoneNumber
null | string