Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Get role.
GET
/backend/v1/auth/roles/{roleId}
Request a role by its ID.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
roleId
*
Required
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"role"
:
{
"id"
:
"string"
,
"memberCount"
:
0
,
"name"
:
"string"
,
"permissions"
:
[
[
]
]
,
"projectId"
:
"string"
,
"system"
:
true
}
}
GET
/backend/v1/auth/roles/{roleId}
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
roleId
*
Try it out
Samples
Powered by
VitePress OpenAPI