The AccountIdentitiesSummaryDto object
Example
{
"total": 0,
"active_count": 0,
"inactive_count": 0,
"email_unverified_count": 0,
"no_memberships_count": 0
}Properties
total *numberTotal identities in the Account
active_count *numberIdentities with is_active = true
inactive_count *numberIdentities with is_active = false (Account-wide kill switch flipped)
email_unverified_count *numberIdentities whose email has not been verified yet
no_memberships_count *numberIdentities with zero active AppMemberships — orphans in the directory