POST v2/tenantmember/ResetPassword

Request for a reset token to reset the old password

Request Information

URI Parameters

None.

Body Parameters

Reset Password>

ResetPasswordRequest
Name Type Description
templateId string

Mandrill Template Id

Additional Info :

Required

email string

Email Address

Additional Info :

Required

appId integer

Application Id

Additional Info :

Required

Request Formats

{
  "templateId": "sample string 1",
  "email": "sample string 2",
  "appId": 3
}
<ResetPasswordRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppNotch.Converter.Api.Server.Controllers">
  <appId>3</appId>
  <email>sample string 2</email>
  <templateId>sample string 1</templateId>
</ResetPasswordRequest>

Response Information

Resource Description

string

Response Formats

"sample string 1"
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>