Sends an invitation email with a link to the DocSpace.
Name | Description | Type | Example |
Email
sent in body
|
System.String | ||
Message
sent in body
|
Message | System.String | |
TurnOn
sent in body
|
Specifies if the administrator messages are enabled or not | System.Boolean |
POST api/2.0/settings/sendjoininvite Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "Email": "some text", "Message": "some text", "TurnOn": true }
Message about sending a link to confirm joining the DocSpace