list_client_role_users
Retrieve a list of users assigned to a specific client role within a Keycloak realm, enabling role-based user management and filtering by pagination.
Instructions
List users 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 |