Gets a list of access items for the identity filtered by item type

GET {{baseUrl}}/historical-identities/:id/access-items

This method retrieves a list of access item for the identity filtered by the access item type Requires authorization scope of 'idn:identity-history:read'

Request Params

KeyDatatypeRequiredDescription
typestringThe type of access item for the identity. If not provided, it defaults to account

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"accessType":"role","id":"2c918087763e69d901763e72e97f006f","name":"sample","description":"Role - Workday/Citizenship access"}]