Skip to main content

CreateInviteResponse

Response after creating or resending a user invite

inviteIduuid

Unique identifier of the invite

inviteUrlstring

URL the invited user should visit to accept the invite

expiresAtdate-time

When the invite expires. Invite links expire 14 days after creation.

CreateInviteResponse
{
"inviteId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"inviteUrl": "string",
"expiresAt": "2024-07-29T15:51:28.071Z"
}