Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Get authenticated user.
GET
/backend/v1/users/me
Retrieves the currently authenticated user's information.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Responses
200
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"user"
:
{
"admin"
:
"string"
,
"blocked"
:
false
,
"createdAt"
:
"string"
,
"email"
:
"string"
,
"id"
:
"string"
,
"lastInvitationSentAt"
:
"string"
,
"machine"
:
false
,
"name"
:
"string"
,
"org"
:
"string"
,
"permissions"
:
[
[
]
]
,
"roleIds"
:
[
[
]
]
,
"roles"
:
[
[
]
]
,
"social"
:
false
,
"teams"
:
[
[
]
]
,
"verified"
:
true
}
}
GET
/backend/v1/users/me
Playground
Server
Select a server...
Authorization
HTTPBearer
Try it out
Samples
Powered by
VitePress OpenAPI