# Change password [Obsolete("Use forgot password link")] Changes the password for the Account specified by the loginName. No validation of the password strength is made and it is up to the application to enforce such validation. Endpoint: POST /CustomerService.svc/rest/ChangePassword Version: 1.1 ## Query parameters: - `loginName` (string, required) User login name. - `oldPassword` (string, required) Current user password, for validation purposes. - `newPassword1` (string, required) Requested new password, must be equal to newPassword 2. - `newPassword2` (string, required) Requested new password, must be equal to newPassword 1. - `cultureCode` (string) Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.