POST api/2.0/settings/encryption/start This function requires authentication

Description

Starts the storage encryption process.

Parameters
Name Description Type Example
NotifyUsers
sent in body
Specifies if the users will be notified about the encryption process or note Bool value true
Example
POST api/2.0/settings/encryption/start
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "NotifyUsers": true
}
Returns

Boolean value: true if the operation is successful