Skip to content
AI Security
Search
K
Main Navigation
App
More information
Appearance
Menu
Return to top
Get the default role.
GET
/backend/v1/auth/roles/default
Requests the configured default role.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Responses
200
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"role"
:
{
"id"
:
"string"
,
"isDefault"
:
false
,
"memberCount"
:
0
,
"name"
:
"string"
,
"permissions"
:
[
[
]
]
,
"projectId"
:
"string"
,
"system"
:
true
}
}
GET
/backend/v1/auth/roles/default
Playground
Server
Select a server...
Authorization
HTTPBearer
Try it out
Samples
Powered by
VitePress OpenAPI