Search all events for locked users

GET {{stripeUrl}}/admin/v1/AuditEvents?filter=eventId eq "admin.me.locked.success"&sortedBy=timestamp&sortOrder=descending

This example demonstrates how to search all events for locked users filtering by the admin.me.locked.success eventId, sorting by timestamp, and putting in descending order.

Request Params

KeyDatatypeRequiredDescription
filterstring
sortedBystring
sortOrderstring

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Datestring
Content-Typestring

RESPONSES

status: OK

{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":1,"Resources":[{"idcsCreatedBy":{"type":"App","display":"idcssso","value":"33f203b36f9845ca995a28d916a13d5a","$ref":"https://bravoe.identity.internal.oracle.com/admin/v1/Apps/33f203b36f9845ca995a28d916a13d5a"},"actorName":"idcssso","adminValuesRemoved":"{\"id\":\"98296b6bd077438a9fe368128fd2faac\",\"loginAttempts\":\"4\",\"lastFailedLoginDate\":\"2019-03-14T07:54:03.434Z\",\"locked\":{\"on\":\"false\"}}","id":"f5208b8651a64833b32e5e193e967e2a","actorDisplayName":"idcssso","meta":{"created":"2019-03-14T07:59:48.370Z","lastModified":"2019-03-14T07:59:48.370Z","resourceType":"AuditEvent","location":"https://bravoe.identity.internal.oracle.com:8943/admin/v1/AuditEvents/f5208b8651a64833b32e5e193e967e2a"},"rId":"0:1:1:10","actorId":"33f203b36f9845ca995a28d916a13d5a","adminResourceId":"98296b6bd077438a9fe368128fd2faac","clientName":"idcssso","adminResourceName":"admin@oracle.com","timestamp":"2019-03-14T07:59:34.822Z","idcsLastModifiedBy":{"value":"33f203b36f9845ca995a28d916a13d5a","display":"idcssso","type":"App","$ref":"https://bravoe.identity.internal.oracle.com:8943/admin/v1/Apps/33f203b36f9845ca995a28d916a13d5a"},"clientId":"33f203b36f9845ca995a28d916a13d5a","quotaCount":0,"ecId":"HBSaE0d2000000000","clientIp":"10.191.250.57","eventId":"admin.me.locked.success","ssoAuthnLevel":0,"adminResourceType":"GlobalityUserStateChanger","meterAsOPCService":false,"actorType":"App","serviceName":"Admin","adminValuesAdded":"{\"id\":\"98296b6bd077438a9fe368128fd2faac\",\"loginAttempts\":\"0\",\"lastFailedLoginDate\":\"2019-03-14T07:59:34.340Z\",\"locked\":{\"on\":\"true\",\"lockDate\":\"2019-03-14T07:59:34.719Z\",\"reason\":\"0\"}}","schemas":["urn:ietf:params:scim:schemas:oracle:idcs:AuditEvent"]}],"startIndex":1,"itemsPerPage":50}