ProcessInvitationRequest
Request model for processing a user invitation response to join a tenant
Properties
| Name | Type | Description |
|---|---|---|
| token* | string | The invitation token received in the invitation email |
The invitation token received in the invitation email | ||
| tenantCode* | string | The tenant code that the user is being invited to |
The tenant code that the user is being invited to | ||
| accept* | boolean | Whether to accept or decline the invitation |
Whether to accept or decline the invitation | ||
JSON Example
{
"token": "string",
"tenantCode": "string",
"accept": false
}