Change passwordAsk AIpost https://{host}/auth/v1/mfa/password/changeAPI to change the password.Body ParamsdeviceIdstringrequiredUnique ID of the device used for password validation. It should be the same device used to generate the MFA token.passwordstringrequiredCurrent password.newPasswordstringrequiredNew password.confirmPasswordstringrequiredRe-enter the new password.brandstringrequiredName of the brand or organisation that needs verification.tokenstringrequiredToken generated from /mfa/password/validate .identifierTypestringenumrequiredThe type of identifier to identify the customer.MOBILEEMAILUSERNAMEEXTERNALIDAllowed:MOBILEEMAILUSERNAMEEXTERNALIDidentifierValuestringrequiredValue of the identifier.Responses 200200 400400Updated about 1 month ago