Get role details
GET/roles/:id
Returns the full detail of a single role, including RoleConsolidatedPermissions: the effective permission set after expanding the transitive dependencies of RolePermissions. That field is always computed and cannot be requested or suppressed.
The caller must be attached to the role or be one of its role managers, unless the request carries Super Admin context.
Note that an unknown role id is reported as HTTP 500, not 404 or 400, because the handler raises it as a backend exception.
Request
Responses
- 200
- 400
- 500
Role details.
Response Headers
Authorization failure. Body is {"Message": " -
Response Headers
Backend failure. Also returned when the role id in the path does not exist: the handler raises IPV-1002 as a backend exception, so a missing role surfaces here rather than as a 400 or 404. Body is {"Message": " -