ProcessInvitationResponse
Response model for processing an invitation (accept or decline)
Properties
| Name | Type | Description |
|---|---|---|
| message | string | Message indicating the result of the invitation processing |
Message indicating the result of the invitation processing | ||
| tenantCode | string | The tenant code for the invitation |
The tenant code for the invitation | ||
| userCode | string | The user's code within the tenant |
The user's code within the tenant | ||
| status | string | The current status of the invitation (Active or Declined) |
The current status of the invitation (Active or Declined) | ||
JSON Example
{
"message": "string",
"tenantCode": "string",
"userCode": "string",
"status": "string"
}