list_realm_roles
Retrieve all roles for a Keycloak realm. Supports search filtering, pagination, and brief representation.
Instructions
List all roles for the realm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name | |
| search | No | Search string for role name | |
| first | No | Pagination offset | |
| max | No | Maximum results size | |
| briefRepresentation | No | If true, return brief representation |