# Change a Current User Password Changes an authenticated user's password. Endpoint: POST /accountmanager.changepassword Security: basic, X-PriceFx-jwt ## Request fields (application/json): - `data` (object, required) - `data.newPassword` (string, required) The new password. - `data.oldPassword` (string, required) The current password. Necessary when changing own password. ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (any) - `response.status` (number)