List client scopes
keycloak_client_scopes_listLists all client scopes in the Keycloak realm. Returns scope IDs, names, and protocols to use with assign/unassign operations.
Instructions
Lists every client scope defined in the realm. This is a read-only, idempotent operation that takes no parameters and does not modify Keycloak. Use it to discover available scope names before calling keycloak_client_scope_assign or keycloak_client_scope_unassign. Returns a JSON array where each entry holds the scope's id, name, and protocol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||