GET api/Mobile/ChangePassword/{UserGUID}/{NewPassword}

Used to change the user password

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserGUID

string

Required

NewPassword

string

Required

Body Parameters

None.

Response Information

Resource Description

ChangePasswordResp
NameDescriptionTypeAdditional information
ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorMessage": "sample string 1"
}

application/xml, text/xml

Sample:
<ChangePasswordResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mnx.WebApi.Transportation.Models.Mobile">
  <ErrorMessage>sample string 1</ErrorMessage>
</ChangePasswordResp>