v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBpasswordPolicy
Get the current password policy.
Get the current password policy.
get/v1/passwordPolicy
Response
The current password policy.
Example response
{
"minLength": 8,
"maxLength": 128,
"mustContainLowercase": true,
"mustContainUppercase": true,
"mustContainDigits": true,
"mustContainSpecialChars": true,
"maxPasswordAgeInDays": 365,
"minUniquePasswords": 10,
"accountLockoutThreshold": 6,
"failedLoginResetDurationInMins": 10,
"accountLockoutDurationInMins": 30,
"rememberMfa": true
}