Skip to main content
GET
Retrieve current user information

Authorizations

Authorization
string
header
required

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

Query Parameters

timezone
string

IANA timezone identifier (e.g., Europe/Brussels). When provided, updates the user's stored timezone.

Response

User information retrieved successfully

id
string
firstName
string
lastName
string
fullName
string
email
string
avatarUrl
string<uri> | null
organizationId
string
isDeleted
boolean
hasTwoFactorEnabled
boolean
createdAt
string<date-time>
updatedAt
string<date-time>
subscriptionPlan
enum<string>
Available options:
FREE,
PRO,
BUSINESS