Skip to main content

Account Details​

This API returns the details for a single account based on the ID.
A token with ORG_ADMIN authority is required to call this API.

Path Parameters
  • id string required

    The account ID

    Example: ef38f94347e94562b5bb8424a56397d8
Responses

An account 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

  • sourceId string

    The unique ID of the source this account belongs to

  • sourceName string

    The display name of the source this account belongs to

  • identityId string

    The unique ID of the identity this account is correlated to

  • attributes object

    The account attributes that are aggregated

  • authoritative boolean

    Indicates if this account is from an authoritative source

  • description string

    A description of the account

  • disabled boolean

    Indicates if the account is currently disabled

  • locked boolean

    Indicates if the account is currently locked

  • nativeIdentity string

    The unique ID of the account generated by the source system

  • systemAccount boolean

    If true, this is a user account within IdentityNow. If false, this is an account from a source system.

  • uncorrelated boolean

    Indicates if this account is not correlated to an identity

  • uuid string

    The unique ID of the account as determined by the account schema

  • manuallyCorrelated boolean

    Indicates if the account has been manually correlated to an identity

  • hasEntitlements boolean

    Indicates if the account has entitlements

Loading...