keycloak_get_group_role_mappings
Retrieve roles mapped to a Keycloak group by group UUID. Shows the roles that every group member inherits, clarifying effective permissions.
Instructions
Get the roles mapped to a group. Every member of the group inherits these roles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | No | Realm to operate on. Defaults to the server's configured realm (KEYCLOAK_REALM). | |
| groupId | Yes | Group UUID (the `id` field), not the group name or path. |