Accelerate the Value of Data

expirePeriodInDays

Learn about expirePeriodInDays parameter for the Customer Password Policy API

The expirePeriodInDays parameter for the Customer Password Policy specifies the period of time (in days) by which the customer must change the password before their account is locked.

For example, pass this parameter in your API request to lock a customer's account if they don't change their password within 50 days.
{
    "expirePeriodInDays": 50
//rest of the fields
 }

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