list_realm_role_users
Retrieve users assigned to a specific realm role in Keycloak, with pagination options for efficient querying.
Instructions
List users that have the specified realm role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name | |
| role_name | Yes | Role name | |
| first | No | Pagination offset | |
| max | No | Maximum results size |