Admin
List all role mappings
Gets a list of all role mappings configured in the registry (if any).
This operation can fail for the following reasons:
- A server error occurred (HTTP error 500)
get/admin/roleMappings
Response
A successful response will return the list of role mappings.
Example response
[
{
"principalId": "svc_account_84874587_123484",
"principalName": "famartin-svc-account",
"role": "READ_ONLY"
}
]