Skip to content

Get role.

GET
/backend/v1/auth/roles/{roleId}

Request a role by its ID.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Parameters

Path Parameters

roleId*
Typestring
Required
formatuuid

Responses

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

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Updated at: