POST 1.0/customermanagement/auth/resetpassword

Description

Resets the Password for a Reseller User

URI Parameters

None.

Name Description Type Additional information
Email

string

None.

ReCaptchaToken

string

None.

SecretKey

string

None.

application/json, text/json

Sample:
{
  "email": "sample string 1",
  "reCaptchaToken": "sample string 2",
  "secretKey": "sample string 3"
}

application/xml, text/xml

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

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>