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
Key | Datatype | Required | Description |
---|---|---|---|
type | string | The type of access item for the identity. If not provided, it defaults to account |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Accept | string |
RESPONSES
status: OK
[{"accessType":"role","id":"2c918087763e69d901763e72e97f006f","name":"sample","description":"Role - Workday/Citizenship access"}]