PUT api/Auth/ResetRequest/{code}?email={email}&password={password}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
code

string

Required

email

string

Required

password

string

Required

Body Parameters

None.

Response Information

Resource Description

PasswordResetResponse

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<passwordReset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjExpressAPI.Models" />