Gets a list of differences of specific accessType for the given identity between 2 snapshots

GET {{baseUrl}}/historical-identities/:id/compare/:access-type

This method gets a list of differences of specific accessType for the given identity between 2 snapshots Requires authorization scope of 'idn:identity-history:read'

Request Params

KeyDatatypeRequiredDescription
access-associatedstringIndicates if added or removed access needs to be returned. true - added, false - removed, null - both added & removed
snapshot1stringThe snapshot 1 of identity
snapshot2stringThe snapshot 2 of identity
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
Acceptstring

RESPONSES

status: OK

[{"eventType":"ADD","displayName":"Test","sourceName":"Source"},{"eventType":"ADD","displayName":"Test","sourceName":"Source"}]