Get role (Work-in-Progress)
GET/roles/:roleId
Get a role by its ID.
This API is in a Work-in-Progress state and will undergo potential breaking changes until its release with an upcoming minor release.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The role is successfully returned.
The request lacks valid authentication credentials.
Forbidden. The request is not allowed.
The role with the given ID was not found.
An internal error occurred while processing the request.