List admin events
keycloak_events_adminAudit who changed what in the realm by retrieving administrative events (CREATE, UPDATE, DELETE) from the admin event log. Returns JSON array, read-only and idempotent.
Instructions
Read-only. Returns recent administrative events from the realm's admin event log (such as CREATE, UPDATE, and DELETE operations on users, roles, clients, and configuration) as a JSON array. Use this to audit who changed what in the realm; for end-user authentication activity use keycloak_events_login instead. This tool is idempotent and never modifies Keycloak.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of admin events to return. Integer between 1 and 500. Defaults to 20 when omitted. |