Skip to main content

Get latest snapshot of identity

GET 

/historical-identities/:id

This method retrieves a specified identity Requires authorization scope of 'idn:identity-history:read'

Request

Path Parameters

    id stringrequired

    The identity id

    Example: 8c190e6787aa4ed9a90bd9d5344523fb

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* string
    attributes object

    A map containing the identity attributes

    property name* string
Loading...