Skip to content

Get authenticated user.

GET
/backend/v1/users/me

Retrieves the currently authenticated user's information.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Responses

Successful Response

application/json
JSON
{
  
"user": {
  
  
"admin": true,
  
  
"blocked": false,
  
  
"createdAt": "string",
  
  
"email": "string",
  
  
"id": "string",
  
  
"lastInvitationSentAt": "string",
  
  
"machine": false,
  
  
"name": "string",
  
  
"org": "string",
  
  
"permissions": [
  
  
  
[
  
  
  
]
  
  
],
  
  
"roleIds": [
  
  
  
[
  
  
  
]
  
  
],
  
  
"roles": [
  
  
  
[
  
  
  
]
  
  
],
  
  
"social": false,
  
  
"teams": [
  
  
  
[
  
  
  
]
  
  
],
  
  
"verified": true
  
}
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

Updated at: