PUT api/2.0/settings/security/password This function requires authentication

Description

Sets the portal password settings.

Parameters
Name Description Type Example
maxLength
sent in url
Maximum length number 1234
minLength
sent in url
Minimum length number 1234
upperCase
sent in url
Specifies whether to include uppercase letters or not Bool value true
digits
sent in url
Specifies whether to include digits or not Bool value true
specSymbols
sent in url
Specifies whether to include special symbols or not Bool value true
Example
PUT api/2.0/settings/security/password?maxLength=1234&minLength=1234&upperCase=true&digits=true&specSymbols=true
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Password settings