Password

customer Account Management V1Change Password By Id Put

put

Change customer password.

Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"currentPassword":"<string>","newPassword":"<string>"}
Responses
200

OK

application/json
Responseobject
put
PUT /V1/customers/me/password HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 55

{
  "currentPassword": "<string>",
  "newPassword": "<string>"
}
true