Skip to main content

Identity Details​

This API returns a single identity using the Identity ID.

Path Parameters
  • id string required

    Identity Id

    Example: ef38f94347e94562b5bb8424a56397d8
Responses

An identity object


Schema
  • id string

    System-generated unique ID of the Object

  • name string

    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 string

    The email address of the identity

  • processingState string

    Possible values: [ERROR, OK]

    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 object
  • type string

    Possible values: [ACCOUNT_CORRELATION_CONFIG, ACCESS_PROFILE, ACCESS_REQUEST_APPROVAL, ACCOUNT, APPLICATION, CAMPAIGN, CAMPAIGN_FILTER, CERTIFICATION, CLUSTER, CONNECTOR_SCHEMA, ENTITLEMENT, GOVERNANCE_GROUP, IDENTITY, IDENTITY_PROFILE, IDENTITY_REQUEST, LIFECYCLE_STATE, PASSWORD_POLICY, ROLE, RULE, SOD_POLICY, SOURCE, TAG, TAG_CATEGORY, TASK_RESULT, REPORT_RESULT, SOD_VIOLATION, ACCOUNT_ACTIVITY]

    DTO type

  • id string

    ID of the object to which this reference applies

  • name string

    Human-readable display name of the object to which this reference applies

  • 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 object

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

  • stateName string

    The name of the lifecycle state

  • manuallyUpdated boolean

    Whether the lifecycle state has been manually or automatically set

Loading...