remove-role-from-group
Remove a role from a group in Keycloak: provide realm, groupId, roleName, and optionally clientId to target a client role.
Instructions
Remove a realm role, or a client role when clientId is given, from a group
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name | |
| groupId | Yes | Group ID | |
| clientId | No | Client ID to resolve roleName as a client role. Omit for a realm role | |
| roleName | Yes | Role name |