Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successfully retrieved user information

id
string
required
name
string
required
email
string<email>
required
notifyMeta
object
required
hasPassword
boolean
required
avatar
string | null
phone
string | null
isAdmin
boolean | null
lang
string | null
organization
object
Last modified on March 5, 2026