UpdatePassword

View as Markdown
UpdatePassword changes a user's password after verifying their current password Returns an error if the current password is incorrect The user must be authenticated to use this endpoint

UpdatePasswordRequest

Request
This endpoint expects an object.
current_passwordstring
Current password for the user account Must match the user's existing password
new_passwordstring
New password for the user account

UpdatePasswordResponse

Response
This endpoint returns an object.