Change Password
Change the password for the authenticated user.If MFA is enabled, you must provide a valid MFA code.
Request
Response
If MFA is enabled on the account and
mfaCode is omitted, the endpoint responds with 401:Forgot Password
Request a password reset email.Request
Response
The response is always the same whether the email exists or not, to prevent email enumeration attacks.
Reset Password
Complete the password reset using the token from the email.Request
Response
If MFA is enabled on the account, an
mfaCode field is also required in the request body. If it’s omitted, the endpoint responds with 401: