User Endpoints
Retrieve Current User
Get current user
GET
/
user
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Response
200 - application/json
email
string
requiredUser email address
id
string
requiredUnique ID
name
string
requiredpermissions
string[]
requiredarray<string> of permission names
role
string
requiredWas this page helpful?