POST 1.0/customermanagement/auth/updatepassword

Description

Updates the Password for a Reseller User with a new one

URI Parameters

None.

Name Description Type Additional information
Password

string

None.

AuthToken

string

None.

Email

string

None.

ReCaptchaToken

string

None.

SecretKey

string

None.

application/json, text/json

Sample:
{
  "password": "sample string 1",
  "authToken": "sample string 2",
  "email": "sample string 3",
  "reCaptchaToken": "sample string 4",
  "secretKey": "sample string 5"
}

application/xml, text/xml

Sample:
<LoginDetails xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ReCaptchaToken>sample string 4</ReCaptchaToken>
  <SecretKey>sample string 5</SecretKey>
  <Email>sample string 3</Email>
  <Password>sample string 1</Password>
  <AuthToken>sample string 2</AuthToken>
</LoginDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

string

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string>sample string 1</string>