Accelerate the Value of Data

inactivePeriodInDays

Learn about inactivePeriodInDays parameter for the Customer Password Policy API.

inactivePeriodInDays parameter for the Customer Password Policy specifies the period of time (in days) a customer account can be inactive after which it is automatically disabled.

Note: When the account is disabled after this period, the account status is still displayed as active in Console User Management until the user tries to log in, At that point, the account is disabled and the status is updated to inactive.
For example, pass this parameter in your API request to disable a customer password after 60 days of inactivity.
{
    "inactivePeriodInDays": 60
//rest of the fields
 }

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