GET V1/Users.{ext}/ResetPasswordToken

This API is used to generate Token and send it to given EmailId.
Mandatory Fields : LoginId, EmailId and URI where these fields are from Header only

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ext

Which media types are acceptable for the response, such as json/xml

If no matches are found, the content negotiator tries to match on the media type of the request body, if any. For example, if the request contains JSON data, the content negotiator looks for a JSON formatter.

string

Content-Type: application/json OR application/xml

Body Parameters

None.

Response Information

Resource Description

returns PasswordToken status

EMS.Common.TransactionResult
NameDescriptionTypeAdditional information
Status

No description available

string

None.

Message

No description available

string

None.

Result

No description available

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "result": "sample string 3"
}

application/xml, text/xml

Sample:
<TransactionResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Common">
  <Message>sample string 2</Message>
  <Result>sample string 3</Result>
  <Status>sample string 1</Status>
</TransactionResult>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.