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

Description

Synchronizes the portal data with the new information from the LDAP server.

Parameters

This method doesn't have any parameters.

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

LDAP operation status

Example Response
{
  "status": 0,
  "response": {
    "Completed": true,
    "Id": "some text",
    "Status": "some text",
    "Error": "some text",
    "Warning": "some text",
    "Percents": 1234,
    "CertificateConfirmRequest": "some text",
    "Source": "some text",
    "OperationType": "some text"
  }
}