latestOpenAPI 3.1.0Apache License Version 2.02026-08-17498525913.3 KB

40169ccdec5c

auth-controller

Get the current User password policy (getUserPasswordPolicy)

API call to get the password policy for the password validation form(s).

get/api/noauth/userPasswordPolicy

Response

OK

minimumLengthinteger

Minimum number of symbols in the password.

maximumLengthinteger

Maximum number of symbols in the password.

minimumUppercaseLettersinteger

Minimum number of uppercase letters in the password.

minimumLowercaseLettersinteger

Minimum number of lowercase letters in the password.

minimumDigitsinteger

Minimum number of digits in the password.

minimumSpecialCharactersinteger

Minimum number of special in the password.

allowWhitespacesboolean

Allow whitespaces

forceUserToResetPasswordIfNotValidboolean

Force user to update password if existing one does not pass validation

passwordExpirationPeriodDaysinteger

Password expiration period (days). Force expiration of the password.

passwordReuseFrequencyDaysinteger

Password reuse frequency (days). Disallow to use the same password for the defined number of days