Appearance
Get authenticated user.
GET
/backend/v1/users/me
Retrieves the currently authenticated user's information.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Responses
Successful Response
application/json
JSON
{
"user": {
"admin": "string",
"blocked": false,
"createdAt": "string",
"email": "string",
"id": "string",
"lastInvitationSentAt": "string",
"name": "string",
"org": "string",
"permissions": [
[
]
],
"roleIds": [
[
]
],
"roles": [
[
]
],
"social": false,
"teams": [
[
]
],
"verified": true
}
}