Get Started
API backend
API system
More information

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

Description

Returns the LDAP autosynchronous cron expression for the current portal if it exists.

Parameters

This method doesn't have any parameters.

Example
GET api/2.0/settings/ldap/cron
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

LDAP cron settings

Example Response

application/json

{
  "status": 0,
  "response": {
    "Cron": "some text"
  }
}

text/xml

<result>
  <status>0</status>
  <response>
    <Cron>some text</Cron>
  </response>
</result>