Appearance
Get role.
GET
/backend/v1/auth/roles/{roleId}
Request a role by its ID.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
roleId*
Typestring
Requiredformat
uuid
Responses
Successful Response
application/json
JSON
{
"role": {
"id": "string",
"memberCount": 0,
"name": "string",
"permissions": [
[
]
],
"projectId": "string",
"system": true
}
}