1. Docs
  2. API Reference
  3. AccountIdentitiesSummaryDto

AccountIdentitiesSummaryDto

Example

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

Properties

5 properties 5 required

total number Required

Total identities in the Account

active_count number Required

Identities with is_active = true

inactive_count number Required

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

email_unverified_count number Required

Identities whose email has not been verified yet

no_memberships_count number Required

Identities with zero active EnvironmentMemberships — orphans in the directory

Was this page helpful?

Tell us how we can improve this guide.