Skip to main content

Gets the list of identity access items at a given date filterd by item type

GET 

/historical-identities/:id/snapshots/:date/access-items

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

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

Path Parameters

    id stringrequired

    The identity id

    Example: 8c190e6787aa4ed9a90bd9d5344523fb
    date stringrequired

    The specified date

    Example: 2007-03-01T13:00:00Z

Query Parameters

    type string

    The access item type

    Example: account

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

The identity object.

Schema

  • Array [

  • oneOf

    accessType string

    the access item type. accessProfile in this case

    id string

    the access item id

    name string

    the access profile name

    sourceName string

    the name of the source

    sourceId string

    the id of the source

    description string

    the description for the access profile

    displayName string

    the display name of the identity

    entitlementCount string

    the number of entitlements the access profile will create

    appDisplayName string

    the name of

    removeDate string

    the date the access profile is no longer assigned to the specified identity

    standalone booleanrequired

    indicates whether the access profile is standalone

    revocable booleanrequired

    indicates whether the access profile is

  • ]

Loading...