UpdateLockoutPolicy
Request Body
application/json
maxPasswordAttempts?integer
failed attempts until a user gets locked
maxOtpAttempts?integer
[key: string]?never
Response Body
application/json
curl -X PUT "https://loading/policies/password/lockout" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?