Gets the list of identity access items at a given date filterd by item type
GET {{baseUrl}}/historical-identities/:id/snapshots/:date/access-items
This method retrieves the list of identity access items at a given date filterd by item type Requires authorization scope of 'idn:identity-history:read'
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
type | string | The access item type |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Accept | string |
RESPONSES
status: OK
[{"type":"role","id":"2c918087763e69d901763e72e97f006f","name":"sample","description":"Role - Workday/Citizenship access"}]