ChangePassword

Change the password for the logged in account.

Authentication Methods


  1. With a username and password
  2. With AMS username and password
Input Parameter Type Description
Token String Security token
OldPassword String Old Password
NewPassword String New password
Output Parameter Type Description
Success Boolean If True the password was changed
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=ChangePassword&OldPassword=oldpassword&NewPassword=newpassword'
RESPONSE
<Response>
    <Status>1</Status>
    <Message></Message>
</Response>