1. Docs
  2. API Reference
  3. AccountIdentityInviteResponseDto

The AccountIdentityInviteResponseDto object

Example

{
  "id": "string",
  "email": "string",
  "intent": "string",
  "first_name": "string",
  "last_name": "string",
  "client_id": "string",
  "expires_at": "2026-04-20T12:00:00.000Z",
  "created_at": "2026-04-20T12:00:00.000Z"
}

Properties

  • idstring*
  • emailstring*
  • intentstring*
  • first_namestring*
  • last_namestring*
  • client_idstring

    Application ID this invite optionally targets. NULL for orphan invites.

  • expires_atstring (date-time)*
  • created_atstring (date-time)*