PUT api/2.0/settings/security/password
Sets the portal password settings.
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
|
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