Get Permissions for Role
GET/v1/api/iam/roles/:id/permissions
Retrieves all permissions assigned to a specific role.
Auth Required
Required Permissions:
system.roles:read("System Roles")
Request
Responses
- 200
- 401
- 403
- 404
- 500
Role permissions retrieved successfully
Unauthorized. User is not authenticated or session is invalid.
Forbidden. User does not have the required permissions.
Resource not found
Internal Server Error