Skip to main content
Get current user

Authorizations

Authorization
string
header
required

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

Response

User data

userId
string<uuid>
Example:

"550e8400-e29b-41d4-a716-446655440000"

firstName
string
lastName
string
userName
string
email
string<email>
role
enum<string>
Available options:
user,
admin,
superadmin
avatarUrl
string<uri>
active
boolean
verified
boolean
mfaEnabled
boolean
createdAt
string<date-time>
Example:

"2024-01-15T10:30:00Z"

updatedAt
string<date-time>
Example:

"2024-01-15T10:30:00Z"

settings
object
Last modified on July 23, 2026