Accelerate the Value of Data

numberOfFailedLoginAttempts

Learn about numberOfFailedLoginAttempts parameter for the Customer Password Policy API

The numberOfFailedLoginAttempts parameter for the Customer Password Policy specifies the number of failed login attempts permitted before the customer's account is automatically locked.

For example, pass this parameter in your API request to lock the customer's account after three failed login attempts.
{
    "numberOfFailedLoginAttempts": 3
//rest of the fields
 }

For information on the other parameters in this API, see topic Customer Password Policy API.