Allows a user to update their password.
Bearer <access token> in Authorization header and provide currentPassword in the request body.passwordResetToken and provide otpCode in the request body.An access token used to authenticate a user and grant access to restricted APIs. It is issued by session APIs. For status codes related to this header, refer to the Common Headers Documentation.
The request body for updating user password
The new password.
"MyNewSecurePassword123!"
The user's current password for update password.
"OldPassword123!"
A temporary Bearer token used for password reset authentication which is issued when a user requests a password reset.
"eyJhbGciOiJIUzI1NiIsInR..."
A one-time passcode (OTP) for reset user password.
321673
Successfully updated user password.