Skip to main content

Gets an identity snapshot at a given date

GET 

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

This method retrieves a specified identity snapshot at a given date 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

Responses

The identity object.

Schema

    id string

    the identity ID

    displayName string

    the display name of the identity

    snapshot string

    the date when the identity record was created

    deletedDate string

    the date when the identity was deleted

    accessItemCount

    object

    A map containing the count of each access item

    property name* int32

    attributes

    object

    A map containing the identity attributes

    property name* any

    A map containing the identity attributes

Loading...