Search all events for user self-registration successes
GET {{HOST}}/admin/v1/AuditEvents?filter=eventId eq "admin.me.register.success"&attributes=adminResourceName
This example demonstrates how to search all events for user self-registration successes filtering by the admin.me.register.success
eventId and the adminResourceName attribute.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string | ||
attributes | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":2,"Resources":[{"ssoSessionExpiryTime":"2018-05-02T16:49:26Z","idcsCreatedBy":{"type":"User","display":"admin example","value":"4f4e34d4d2bf426884383d65bd2bc8ae","$ref":"https://tenant-base-url/admin/v1/Users/4f4e34d4d2bf426884383d65bd2bc8ae"},"actorName":"username@examle.com","ssoSessionId":"e979c26b-f902-4d64-bbcf-c953b7e308ce","ssoSessionCreateTime":"2018-05-02T08:49:26Z","ssoIdentityProviderType":"LOCAL","id":"51dc7735a2ed49dbbd38cfc951f2b78d","ssoLocalIp":"172.xx.x.xx","actorDisplayName":"admin example","ssoRp":"idcscloudgate","meta":{"created":"2018-05-02T08:49:31.368Z","lastModified":"2018-05-02T08:49:31.368Z","resourceType":"AuditEvent","location":"https://tenant-base-url/admin/v1/AuditEvents/51dc7735a2ed49dbbd38cfc951f2b78d"},"rId":"0:1:1:5:7","ssoCompletedFactors":"{USERNAME_PASSWORD=}","actorId":"4f4e34d4d2bf426884383d65bd2bc8ae","ssoApplicationHostId":"tenant1.idcs.internal.oracle.com:8943","ssoIdentityProvider":"localIDP","ssoPlatform":"Windows 7","timestamp":"2018-05-02T08:49:31.361Z","idcsLastModifiedBy":{"value":"4f4e34d4d2bf426884383d65bd2bc8ae","display":"admin example","type":"User","$ref":"https://tenant-base-url/admin/v1/Users/4f4e34d4d2bf426884383d65bd2bc8ae"},"quotaCount":0,"ssoPolicyObligations":"effect:ALLOW,authenticationFactor:IDP,allowUserToSkip2FAEnrolment:false,2FAFrequency:SESSION,reAuthenticate:false,trustedDevice2FAFrequency:","ecId":"h01ae120000000000","clientIp":"10.xxx.xxx.xx","ssoComments":"Session create success","ssoBrowser":"Chrome","ssoMatchedSignOnRule":"DefaultSignOnRule","eventId":"sso.session.create.success","ssoAuthnLevel":0,"ssoCSR":"false","ssoMatchedSignOnPolicy":"DefaultSignOnPolicy","ssoUserAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36","actorType":"User","ssoProtectedResource":"https://tenant-base-url/ui/v1/adminconsole","serviceName":"SSO","message":"Session create success","schemas":["urn:ietf:params:scim:schemas:oracle:idcs:AuditEvent"]},{"ssoSessionExpiryTime":"2018-05-02T17:24:38Z","idcsCreatedBy":{"type":"User","display":"admin example","value":"4f4e34d4d2bf426884383d65bd2bc8ae","$ref":"https://tenant-base-url/admin/v1/Users/4f4e34d4d2bf426884383d65bd2bc8ae"},"actorName":"admin@oracle.com","ssoSessionId":"f11617f9-5605-4302-b6be-ef01cf7781ca","ssoSessionCreateTime":"2018-05-02T09:24:38Z","ssoIdentityProviderType":"LOCAL","id":"34a38f2aa2e44d29a56195120cca8f25","ssoLocalIp":"172.xx.x.xx","actorDisplayName":"admin example","ssoRp":"idcscloudgate","meta":{"created":"2018-05-02T09:24:48.573Z","lastModified":"2018-05-02T09:24:48.573Z","resourceType":"AuditEvent","location":"https://tenant-base-url/admin/v1/AuditEvents/34a38f2aa2e44d29a56195120cca8f25"},"rId":"0:1:1:3:7","ssoCompletedFactors":"{USERNAME_PASSWORD=}","actorId":"4f4e34d4d2bf426884383d65bd2bc8ae","ssoApplicationHostId":"tenant-base-url","ssoIdentityProvider":"localIDP","ssoPlatform":"Windows 7","timestamp":"2018-05-02T09:24:48.556Z","idcsLastModifiedBy":{"value":"4f4e34d4d2bf426884383d65bd2bc8ae","display":"admin","type":"User","$ref":"https://tenant-base-url/admin/v1/Users/4f4e34d4d2bf426884383d65bd2bc8ae"},"quotaCount":0,"ssoPolicyObligations":"effect:ALLOW,authenticationFactor:IDP,allowUserToSkip2FAEnrolment:false,2FAFrequency:SESSION,reAuthenticate:false,trustedDevice2FAFrequency:","ecId":"Zy5OP040000000000","clientIp":"10.xxx.xxx.xxx","ssoComments":"Session create success","ssoBrowser":"Chrome","ssoMatchedSignOnRule":"DefaultSignOnRule","eventId":"sso.session.create.success","ssoAuthnLevel":0,"ssoCSR":"false","ssoMatchedSignOnPolicy":"DefaultSignOnPolicy","ssoUserAgent":"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36","actorType":"User","ssoProtectedResource":"https://tenant-base-url/ui/v1/adminconsole","serviceName":"SSO","message":"Session create success","schemas":["urn:ietf:params:scim:schemas:oracle:idcs:AuditEvent"]}],"startIndex":1,"itemsPerPage":50}