AccountIdentityRowDto
Example
JSON
{ "id": "string", "email": "string", "first_name": "string", "last_name": "string", "avatar_url": "string", "external_id": "string", "is_active": false, "email_verified": false, "environment_membership_count": 0, "total_assignments": 0, "created_at": "2026-04-20T12:00:00.000Z" }
Properties
Customer-supplied stable identifier (e.g. the IdP user ID once SSO ships). Null for identities created directly via the dashboard or API.
Account-wide master kill switch. When false the identity has no access to any Environment regardless of EnvironmentMembership status.
Count of active EnvironmentMembership rows. Zero for orphans — identities that exist in the directory but haven't been added to any Environment yet (SSO-provisioned, invite-pending, or directory-first creation).
Total count of role assignments across every Environment in the Account. Drives the 'has any assignment' filter for surfacing orphans without role grants.
Tell us how we can improve this guide.