POST api/userapi/forgotpassword

Request Information

URI Parameters

None.

Body Parameters

ForgotPasswordViewModel
NameDescriptionTypeAdditional information
username

string

Required

language

string

Required

Request Formats

application/json, text/json

Sample:
{
  "username": "sample string 1",
  "language": "sample string 2"
}

application/xml, text/xml

Sample:
<forgot_password xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel">
  <language>sample string 2</language>
  <username>sample string 1</username>
</forgot_password>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ForgotPasswordViewModel'.

Response Information

Resource Description

None.