POST api/2.0/settings/ldap/cron This function requires authentication

Description

Sets the LDAP autosynchronous cron expression to the current portal.

Parameters
Name Description Type Example
cron
sent in body
Cron expression string some text
Example
POST api/2.0/settings/ldap/cron
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "cron": "some text"
}
Returns

This method doesn't return any data.