Get the details of a specific role.
GET /api/v1/role/admin HTTP/1.1
Accept: application/json
Authorization: Bearer ...
----------------------------------------
HTTP/1.1 200 OK
Content-Type: application/json
{
"id": "admin",
"description": "Universal administrator.",
"type": "role"
}Authentication is required and access is limited to admins.
| Name | Description | Value |
|---|---|---|
| roleId | the identifier of the role to get | string |
NONE
NONE
Successful responses are code 200 with data in the response body. Error responses are standard.
| Name | Description | Value |
|---|---|---|
| id | the identifier for the role | string |
| description | the description of the role | string |
| type | the type of the role | one of:
|