Skip to main content
GET
Get current user info

Authorizations

Authorization
string
header
required

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

Response

User information retrieved

id
string<uuid>
account_id
string<uuid>
tenant_id
string<uuid>
username
string
email
string<email>
role
string
permissions
string[]
status
string
created_at
string<date-time>
updated_at
string<date-time>