Skip to main content

Create a new audit log event

POST 

/:realm/events

Create a new audit log event

Request

Path Parameters

    realm stringrequired

    realm name (not id!)

Body

required

JSON body

    uid string
    time integer
    realmId string
    organizationId string
    type string
    representation string
    operationType string
    resourcePath string
    resourceType string
    error string

    authDetails

    object

    realmId string
    clientId string
    userId string
    ipAddress string
    username string
    sessionId string

    details

    object

    property name* any

Responses

Event received

Loading...