Get project-role mappings
GET/api/admin/projects/roles/:roleId/access
For the provided role, retrieves a list of projects that use this role. For each project it also contains information about how the role used in that project, such as how many users, groups, or service accounts that use the role.
Request
Responses
- 200
- 401
- 403
projectRoleUsageSchema
Authorization information is missing or invalid. Provide a valid API token as the `authorization` header, e.g. `authorization:*.*.my-admin-token`.
The provided user credentials are valid, but the user does not have the necessary permissions to perform this operation