Skip to main content

Get Identity Access Items Snapshot

GET 

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

Use this API to get a list of identity access items at a specified date, filtered by item type.

Request

Path Parameters

    id stringrequired

    Identity ID.

    Example: 8c190e6787aa4ed9a90bd9d5344523fb
    date stringrequired

    Specified date.

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

Query Parameters

    type string

    Access item type.

    Example: account

Responses

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...