Tenant
Update tenant password policy
Update tenant password policy.
post/tenant/password_policy
Request body
min_lengthinteger
The password must contains at least min_length characters.
Must be less than or equal the value of max_length.
max_lengthinteger
The password must contains at most max_length characters.
Must be greater than or equal the value of min_length.
contains_lettersboolean
The password must contains at least one letter (latin characters).
contains_numbersboolean
The password must contains at least one number (0-9).
contains_special_lettersboolean
The password must contains at least one upper case letter or special character (e.g. ~,!,@,#,$,%,^,&,*,(,),_,+,=).
disable_sequential_charactersboolean
The password must not contains sequential_characters.
disable_repeating_charactersboolean
The password must not contains repeating_characters.
disable_account_informationboolean
The password must not similar to the account information.
Response
OK