list_client_role_groups
Retrieve groups assigned a specific client role in a Keycloak realm. Enter realm, client UUID, and role name to get the list.
Instructions
List groups that have the specified client role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name | |
| client_uuid | Yes | Client UUID | |
| role_name | Yes | Role name | |
| first | No | Pagination offset | |
| max | No | Maximum results size | |
| briefRepresentation | No | If true, return brief representation |