Gets a difference of count for each access item types for the given identity between 2 snapshots
GET {{baseUrl}}/historical-identities/:id/compare
This method gets a difference of count for each access item types for the given identity between 2 snapshots Requires authorization scope of 'idn:identity-history:read'
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
snapshot1 | string | The snapshot 1 of identity | |
snapshot2 | string | The snapshot 2 of identity | |
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
[{"accessItemDiff":{"role":{"accessAdded":2,"accessRemoved":3},"entitlement":{"accessAdded":4,"accessRemoved":0},"accessProfile":{"accessAdded":0,"accessRemoved":1}}},{"accessItemDiff":{"role":{"accessAdded":2,"accessRemoved":3},"entitlement":{"accessAdded":4,"accessRemoved":0},"accessProfile":{"accessAdded":0,"accessRemoved":1}}}]