InvitationDetailsResponse
Response containing details about an invitation
Properties
| Name | Type | Description |
|---|---|---|
| tenantName | string | The name of the tenant/practice |
The name of the tenant/practice | ||
| tenantCode | string | The code of the tenant |
The code of the tenant | ||
| userEmail | string | The email address of the invited user |
The email address of the invited user | ||
| token | string | The invitation token |
The invitation token | ||
| status | enum | Created Invited Active Disabled Declined Deleted |
Created Invited Active Disabled Declined Deleted | ||
| expiresOn | string | When the invitation expires |
When the invitation expires | ||
| acceptedAt | string | When the invitation was accepted |
When the invitation was accepted | ||
| declinedAt | string | When the invitation was declined |
When the invitation was declined | ||
| isExpired | boolean | Whether the invitation has expired |
Whether the invitation has expired | ||
JSON Example
{
"tenantName": "string",
"tenantCode": "string",
"userEmail": "string",
"token": "string",
"status": "Created"
}