ChangePassword
Change the password for the logged in account.
Authentication Methods
- With a username and password
- 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>