InviteUserResponseModel
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Inviting user successfulinvite object
An object containing details about the invitation that was sent.
idinteger
Unique numeric identifier.
Example:
2058statusstring
Current lifecycle state of the resource.
Example:
CONFIRMATION_PENDINGcreated_atstring<date-time>
ISO 8601 UTC timestamp marking when the resource was created.
Example:
2026-05-07T11:47:30ZInviteUserResponseModel
{
"status": true,
"message": "Inviting user successful",
"invite": {
"id": 2058,
"email": "[email protected]",
"status": "CONFIRMATION_PENDING",
"created_at": "2026-05-07T11:47:30Z"
}
}
Was this page helpful?