POST ModifyPassword

Request Information

URI Parameters

None.

Body Parameters

ChangePasswordModel
NameDescriptionTypeAdditional information
UserId

integer

None.

EmailId

string

None.

OldPassword

string

None.

NewPassword

string

None.

passwordComplexityValue

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "EmailId": "sample string 2",
  "OldPassword": "sample string 3",
  "NewPassword": "sample string 4",
  "passwordComplexityValue": 5
}

application/xml, text/xml

Sample:
<ChangePasswordModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.YottaResident.WebAPIs.Models">
  <EmailId>sample string 2</EmailId>
  <NewPassword>sample string 4</NewPassword>
  <OldPassword>sample string 3</OldPassword>
  <UserId>1</UserId>
  <passwordComplexityValue>5</passwordComplexityValue>
</ChangePasswordModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.