Get role
GET/roles/:roleId
Eventually Consistent
Get a role by its ID.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The role is successfully returned.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The role with the given ID was not found.
An internal error occurred while processing the request.