v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-034240919.6 KB
UserPasswordPolicy

    Check if the password meets the password policy.
    :param password: The password to validate.
    :param username: The name of the user (optional).
    :param old_password: The old password (optional).
    :return: An object with properties valid, credits and valuation.
    'credits' contains the password complexity credits and
    'valuation' the textual summary of the validation.
    
post/api/user/validate_password

Request body

old_passwordstring
passwordstring required
usernamestring

Response

Resource created.

object required