1. Docs
  2. API Reference
  3. IdentityInvitesSummaryDto

IdentityInvitesSummaryDto

Example

JSON
{
  "total_invites": 0,
  "pending_count": 0,
  "pending_with_role_count": 0,
  "accepted_count": 0,
  "expired_count": 0,
  "revoked_count": 0
}

Properties

6 properties 6 required

total_invites number Required
pending_count number Required
pending_with_role_count number Required

Subset of `pending_count` whose invites carry a role_id (invite-and-assign flow). Drives the dashboard's 'Assign Role to Identity' onboarding-step pending state — once an invite-with-role is accepted, the backend auto-creates the assignment, so we can show the assignment step as pending in the meantime.

accepted_count number Required
expired_count number Required
revoked_count number Required
Was this page helpful?

Tell us how we can improve this guide.