POST api/2.0/settings/sendjoininvite

Description

Sends an invitation email with a link to the DocSpace.

Parameters
Name Description Type Example
Email
sent in body
Email string some text
Message
sent in body
Message string some text
TurnOn
sent in body
Specifies if the administrator messages are enabled or not Bool value true
Example
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
}
Returns

Message about sending a link to confirm joining the DocSpace