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
  • identityId string
  • attributes object
  • authoritative boolean
  • description string
  • disabled boolean
  • locked boolean
  • nativeIdentity string
  • systemAccount boolean
  • uncorrelated boolean
  • uuid string
  • manuallyCorrelated boolean
  • hasEntitlements boolean
Loading...