A password policy consists of a list of rules that new passwords must follow to be policy compliant. This end point returns a JSON representation of the list of policy rules. More information on password policies in Camunda can be found in the password policy user guide and in the security instructions.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Request successful. This example uses the built-in password policy that enforces a minimum password length, and some complexity rules.
An array of password policy rules. Each element of the array is representing one rule of the policy.