Returns the portal password settings.
This method doesn't have any parameters.
GET api/2.0/settings/security/password Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json
Password settings
{ "status": 0, "response": { "MinLength": 1234, "UpperCase": true, "Digits": true, "SpecSymbols": true } }