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
id *stringemail *stringintent *stringfirst_name *stringlast_name *stringclient_idstringApplication ID this invite optionally targets. NULL for orphan invites.
expires_at *string (date-time)created_at *string (date-time)