API Docs / Schemas / SendInvitationRequest

SendInvitationRequest

Request model for sending an invitation to a user

Properties

Name Type Description
email*string

The email address of the user to send the invitation to

The email address of the user to send the invitation to

tenantCode*string

The tenant code for the invitation

The tenant code for the invitation

JSON Example

{
  "email": "user@example.com",
  "tenantCode": "string"
}

Used By Operations