Starts the process of saving LDAP settings and collecting preliminary changes on the portal according to them.
Name | Description | Type | Example |
POST api/2.0/settings/ldap/save/test Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "inDto": null }
LDAP operation status
application/json
{ "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" } }
text/xml
<result> <status>0</status> <response> <Completed>True</Completed> <Id>some text</Id> <Status>some text</Status> <Error>some text</Error> <Warning>some text</Warning> <Percents>1234</Percents> <CertificateConfirmRequest>some text</CertificateConfirmRequest> <Source>some text</Source> <OperationType>some text</OperationType> </response> </result>