go back to UserService

POST /users/changePassword

Changes the current user's password.

Roles that can access this endpoint are Logged In, Users, Drivers, Customers, Carriers, Carrier Drivers, Fusion Partners, Freight Matching, Symphony MC.

Parameters

name description type default type
current the current password query String
password1 the new password query String
password2 the new password (again) query String

Result

Response of type: text/plain

a response with either an error code and message or an HTTP 200 with a success message

Try It Out

Request

- Authentication Help
- String
- String
- String