POST api/Account/ResetPassword?email={email}&code={code}&newpassword={newpassword}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
email

string

Required

code

string

Required

newpassword

string

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.