Skip to content

Get the default role.

GET
/backend/v1/auth/roles/default

Requests the configured default role.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Responses

Successful Response

application/json
JSON
{
  
"role": {
  
  
"id": "string",
  
  
"isDefault": false,
  
  
"memberCount": 0,
  
  
"name": "string",
  
  
"permissions": [
  
  
  
[
  
  
  
]
  
  
],
  
  
"projectId": "string",
  
  
"system": true
  
}
}

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

Updated at: