POST api/2.0/settings/sendadmmail

Description

Sends a message to the administrator email when unauthorized users encounter issues accessing DocSpace.

Parameters
Name Description Type Example
Email
sent in body
Email System.String
Message
sent in body
Message System.String
TurnOn
sent in body
Specifies if the administrator messages are enabled or not System.Boolean
Example
POST api/2.0/settings/sendadmmail
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "Email": "some text",
  "Message": "some text",
  "TurnOn": true
}
Returns

Message about the result of sending a message