POST members/forgotpassword
send an email for reset password to the specified email address
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
an email address |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="" sample string --MultipartDataMediaFormatterBoundary1q2w3e--