API Docs / Schemas / ProcessInvitationResponse

ProcessInvitationResponse

Response model for processing an invitation (accept or decline)

Properties

Name Type Description
messagestring

Message indicating the result of the invitation processing

Message indicating the result of the invitation processing

tenantCodestring

The tenant code for the invitation

The tenant code for the invitation

userCodestring

The user's code within the tenant

The user's code within the tenant

statusstring

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"
}

Used By Operations