Password policy
Update tenant password policy.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
min_lengthinteger · int32 · min: 6 · max: 32OptionalDefault:
The password must contains at least min_length characters.
Must be less than or equal the value of max_length.
6max_lengthinteger · int32 · min: 6 · max: 32OptionalDefault:
The password must contains at most max_length characters.
Must be greater than or equal the value of min_length.
32contains_lettersbooleanOptionalDefault:
The password must contains at least one letter (latin characters).
truecontains_numbersbooleanOptionalDefault:
The password must contains at least one number (0-9).
truecontains_special_lettersbooleanOptionalDefault:
The password must contains at least one upper case letter or special character (e.g. ~,!,@,#,$,%,^,&,*,(,),_,+,=).
truedisable_sequential_charactersbooleanOptionalDefault:
The password must not contains sequential_characters.
truedisable_repeating_charactersbooleanOptionalDefault:
The password must not contains repeating_characters.
truedisable_account_informationbooleanOptionalDefault:
The password must not similar to the account information.
trueResponses
200
OK
No content
4XX
Error
post
/tenant/password_policyNo content