PUT api/2.0/security/loginsettings
Updates the login settings with the parameters specified in the request.
Name |
Description |
Type |
Example |
attemptsCount
sent in body
|
Maximum number of the user attempts to log in
|
number
|
1234
|
blockTime
sent in body
|
The time for which the user will be blocked after unsuccessful login attempts
|
number
|
1234
|
checkPeriod
sent in body
|
The time to wait for a response from the server
|
number
|
1234
|
PUT api/2.0/security/loginsettings
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"attemptsCount": 1234,
"blockTime": 1234,
"checkPeriod": 1234
}