Skip to main content

Identity Details

GET 

/identities/:id

This API returns a single identity using the Identity ID.

Request

Path Parameters

    id stringrequired

    Identity Id

    Example: ef38f94347e94562b5bb8424a56397d8

Responses

An identity object

Schema
    id string

    System-generated unique ID of the Object

    name stringrequired

    Name of the Object

    created date-time

    Creation date of the Object

    modified date-time

    Last modification date of the Object

    alias string

    Alternate unique identifier for the identity

    emailAddress stringnullable

    The email address of the identity

    processingState stringnullable

    Possible values: [ERROR, OK, null]

    The processing state of the identity

    identityStatus string

    Possible values: [UNREGISTERED, REGISTERED, PENDING, WARNING, DISABLED, ACTIVE, DEACTIVATED, TERMINATED, ERROR, LOCKED]

    The identity's status in the system

    managerRef objectnullable

    Identity's manager.

    type string

    Possible values: [IDENTITY]

    DTO type of identity's manager.

    id string

    ID of identity's manager.

    name string

    Human-readable display name of identity's manager.

    isManager boolean

    Default value: false

    Whether this identity is a manager of another identity

    lastRefresh date-time

    The last time the identity was refreshed by the system

    attributes object

    A map with the identity attributes for the identity

    lifecycleState objectnullable

    Lifecycle state details that include lifecycle state name and whether this lifecycle state has been set manually

    stateName stringrequired

    The name of the lifecycle state

    manuallyUpdated booleanrequired

    Whether the lifecycle state has been manually or automatically set

Loading...