Update Password Policy

PUT {{apiPath}}/environments/{{envID}}/passwordPolicies/{{passwordPolicyID}}

This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Update Password Policy.

Request Body

{"name"=>"PassphraseCustom1", "description"=>"A policy that encourages the use of passphrases", "excludesProfileData"=>true, "notSimilarToCurrent"=>true, "excludesCommonlyUsed"=>true, "minComplexity"=>7, "maxAgeDays"=>182, "minAgeDays"=>1, "history"=>{"count"=>6, "retentionDays"=>365}, "lockout"=>{"failureCount"=>4, "durationSeconds"=>900}, "default"=>false}