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

KeyDatatypeRequiredDescription
snapshot1stringThe snapshot 1 of identity
snapshot2stringThe snapshot 2 of identity
accessItemTypesstringAn optional list of access item types (app, account, entitlement, etc...) to return. If null or empty, all access items types are returned
accessItemTypesstringAn optional list of access item types (app, account, entitlement, etc...) to return. If null or empty, all access items types are returned
limitnumberMax number of results to return.
See V3 API Standard Collection Parameters for more information.
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.
countbooleanIf 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

KeyDatatypeRequiredDescription
X-SailPoint-Experimentalboolean(Required) Use this header to enable this experimental API.
Acceptstring

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}}}]