POST api/2.0/settings/ldap/save/test
Starts the process of collecting preliminary changes on the portal during the saving process according to the LDAP settings.
Name |
Description |
Type |
Example |
settings
sent in body
|
LDAP settings in the serialized string format
|
string
|
some text
|
acceptCertificate
sent in body
|
Specifies if the errors of checking certificates are allowed (true) or not (false)
|
Bool value
|
true
|
POST api/2.0/settings/ldap/save/test
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"settings": "some text",
"acceptCertificate": true
}