GET copilot/forgotpassword/{emailAddress}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
emailAddress

string

Required

Body Parameters

None.

Response Information

Resource Description

PilotWWWResult
NameDescriptionTypeAdditional information
IsError

boolean

None.

Result

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsError": true,
  "Result": true,
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<PilotWWWResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <IsError>true</IsError>
  <Result>true</Result>
  <Message>sample string 3</Message>
</PilotWWWResult>