Lists all events for the given identity
GET {{baseUrl}}/historical-identities/:id/events
This method retrieves all access events for the identity Requires authorization scope of 'idn:identity-history:read'
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | The optional instant until which access events are returned | |
eventTypes | string | An optional list of event types to return. If null or empty, all events are returned | |
eventTypes | string | An optional list of event types to return. If null or empty, all events are returned | |
accessItemTypes | string | An optional list of access item types (app, account, entitlement, etc...) to return. If null or empty, all access items types are returned | |
accessItemTypes | string | An optional list of access item types (app, account, entitlement, etc...) to return. If null or empty, all access items types are returned | |
limit | number | Max number of results to return. | |
See V3 API Standard Collection Parameters for more information. | |||
offset | number | Offset into the full result set. Usually specified with limit to paginate through the results. | |
See V3 API Standard Collection Parameters for more information. | |||
count | boolean | If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored. |
Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.
See V3 API Standard Collection Parameters for more information. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Accept | string |
RESPONSES
status: OK
[{"account":{"id":"2c91808a77ff216301782327a50f09bf","nativeIdentity":127999,"displayName":"Sample Name","sourceId":"8a80828f643d484f01643e14202e206f","sourceName":"JDBC Entitlements Source","entitlementCount":0,"accessType":"account"},"statusChange":{"previousStatus":"ENABLED","newStatus":"DISABLED"},"eventType":"AccountStatusChanged","identityId":"8a80828f643d484f01643e14202e206f","dt":"2019-03-08T22:37:33.901Z"}]