Open2b versione 7.5

change-password

Changes customer's password given the current password.

Request

HTTP POST
/api/v10/storefront.change-password
{
  "currentPassword" : "I9bV2crS", // current password (required) - string(4…16)
  "newPassword" : "t5!mF8q5Lb" // new password (required) - string(4…16)
}

Response

{
  "status" : "ok"
}

Errors

Field Type Description
currentPassword InvalidValue Password is not valid