keycloak_get_realm_role_members
Find all users assigned a specific Keycloak realm role. Provide a role name to list its members with pagination support.
Instructions
List the users who have a given realm role — i.e. 'who has this role?'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of results to return (1-500). Defaults to 50. | |
| first | No | Pagination offset — index of the first result to return (0-based). | |
| realm | No | Realm to operate on. Defaults to the server's configured realm (KEYCLOAK_REALM). | |
| roleName | Yes |