1. Docs
  2. API Reference
  3. AccountIdentityInviteResponseDto

AccountIdentityInviteResponseDto

Example

JSON
{
  "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

8 properties 7 required

id string Required
email string Required
intent string Required
first_name string Required
last_name string Required
client_id string Optional

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

nullable
expires_at string Required
format: date-time
created_at string Required
format: date-time
Was this page helpful?

Tell us how we can improve this guide.