Skip to main content
GET
Get current user profile

Authorizations

X-API-Key
string
header
required

API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY

Example:

Authorization
string
header
required

JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN

Example:

Response

User profile retrieved successfully

User profile response with organization name included.

created_at
string<date-time>
required
email
string
required
first_name
string
required
id
string<uuid>
required
last_name
string
required
modified_by
string
required
organization_id
string<uuid>
required
organization_name
string
required
role
string
required
status
string
required
updated_at
string<date-time>
required