POST v3/customer/change-password

Allow the current user to change a password

Request Information

URI Parameters

None.

Body Parameters

NewPasswordInfo
NameDescriptionTypeAdditional information
OldPassword

string

None.

NewPassword

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json

Sample:
{
  "oldPassword": "sample string 1",
  "newPassword": "sample string 2"
}

text/xml

Sample:

The response/request for text/xml format is no longer supported for this endpoint.

Response Information

Resource Description

None.