Create Password Policy
POST {{apiPath}}/environments/{{envID}}/passwordPolicies
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create 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"=>8, "retentionDays"=>365}, "lockout"=>{"failureCount"=>3, "durationSeconds"=>900}, "default"=>false}