POST 17.0/app/user/changepassword

Description

Change the logged in user's password

URI Parameters

None.

Name Description Type Additional information
CurrentPassword

string

Required

NewPassword

string

Required

String length: inclusive between 4 and 30

application/json, text/json

Sample:
{
  "currentPassword": "sample string 1",
  "newPassword": "sample string 2"
}

application/xml, text/xml

Sample:
<ChangePassword xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <CurrentPassword>sample string 1</CurrentPassword>
  <NewPassword>sample string 2</NewPassword>
</ChangePassword>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.