Update Password

How to update a user's password.

The Update Password API verifies the user's old password and then updates their password to their requested new password.


Example Request

Below please find the JSON body for an example request:

{
    "oldPassword": "123qweQWE",
    "newPassword": "qwe123QWE"
}
Language
Authorization
Header