Path: / admin / realms / {realm} / audit / events

Query audit events. Returns all events, or will query based on URL query parameters listed here

Path parameters:
realm - realm name (not id!)

Method Summary
ResourceDescription
GET /admin/realms/{realm}/audit/events?max=…&client=…&event=…&user=…&first=…&ipAddress=…Query audit events.
DELETE /admin/realms/{realm}/audit/eventsDelete all audit events.

Method Detail
HTTP Example:
GET /admin/realms/{realm}/audit/events?max=…&client=…&event=…&user=…&first=…&ipAddress=…

Query audit events. Returns all events, or will query based on URL query parameters listed here

Output:
List<Event> -
Query parameters:
max
client - app or oauth client name
event - event type
user - user id
first
ipAddress
Produces:
application/json
HTTP Example:
DELETE /admin/realms/{realm}/audit/events

Delete all audit events.

Output:
void