View password policy

This operation lists the password policy for the account. The tokens in your API client determine the account. Administrators should use the values from this operation to set a user's password policy. Users should run the View password policy for a user profile operation before setting their password policy.

Query Params
string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Response

Response body
object
integer
required
≥ 0

The number of characters that, at minimum, need to be in a different case. For example, a value of 1 means at least one letter needs to be uppercase if the rest are lowercase.

integer
required
≥ 0

The maximum allowed number of repeating characters.

integer
required
≥ 0

The minimum number of digits in a password.

integer
required
≥ 0

The minimum length of a password.

integer
required
≥ 0

The minimum number of letters in a password.

integer
required
≥ 0

The minimum number of non-alphabetic characters in a password.

integer
required
≥ 0

The minimum number of previous passwords to retain to prevent password reuse.

string
required
length ≥ 1

Unique identifier for a password policy.

integer
≥ 0

The number of days a password is valid.

Language
Authentication
URL