1. Docs
  2. API Reference
  3. AccountIdentitiesSummaryDto

The AccountIdentitiesSummaryDto object

Example

{
  "total": 0,
  "active_count": 0,
  "inactive_count": 0,
  "email_unverified_count": 0,
  "no_memberships_count": 0
}

Properties

  • totalnumber*

    Total identities in the Account

  • active_countnumber*

    Identities with is_active = true

  • inactive_countnumber*

    Identities with is_active = false (Account-wide kill switch flipped)

  • email_unverified_countnumber*

    Identities whose email has not been verified yet

  • no_memberships_countnumber*

    Identities with zero active AppMemberships — orphans in the directory