Skip to main content
GET
Get Password Policy

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Request successful. This example uses the built-in password policy that enforces a minimum password length, and some complexity rules.

rules
object[] | null

An array of password policy rules. Each element of the array is representing one rule of the policy.