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

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

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 app

  • ]
Loading...