POST account/changepassword
Request Information
URI Parameters
None.
Body Parameters
ChangePasswordRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| currentPassword | string |
None. |
|
| newPassword | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"email": "sample string 1",
"currentPassword": "sample string 2",
"newPassword": "sample string 3"
}
text/html
Sample:
{"email":"sample string 1","currentPassword":"sample string 2","newPassword":"sample string 3"}
application/xml, text/xml
Sample:
<ChangePasswordRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Slh.Azure.MembershipService.Models.Request"> <CurrentPassword>sample string 2</CurrentPassword> <Email>sample string 1</Email> <NewPassword>sample string 3</NewPassword> </ChangePasswordRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.