Update Auth Org Lockout Configuration
PATCH {{baseUrl}}/auth-org/lockout-config
This API updates an existing lockout configuration for an org using PATCH Requires security scope of: 'sp:auth-org:update'
Request Body
{"0"=>{"op"=>"replace", "path"=>"/maximumAttempts", "value"=>"7,"}, "1"=>{"op"=>"add", "path"=>"/lockoutDuration", "value"=>35}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"maximumAttempts":5,"lockoutDuration":15,"lockoutWindow":5}