List protocol mappers
list_protocol_mappersList dedicated-scope protocol mappers for a Keycloak client, showing ID, name, mapper type, and config.
Instructions
List a client's dedicated-scope protocol mappers: id, name, mapper type (protocolMapper), and config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Target Keycloak host key, as configured in the config file's "hosts" map (or the KC_<HOST>_* env fallback). A host whose "production" flag is true, or absent, is treated as PRODUCTION and its writes are gated by "allowProdWrite". | |
| realm | Yes | Target realm name for the operation. | |
| clientId | Yes | The client's clientId (the human-readable OAuth client id, not the UUID). |