Uri
/services/maps/
Method
user.changepassword
Summary
Method to change a password for a user. User will need to be logged in to change password
Arguments
| Parameter | Data Type | Notes |
| key | alphanumeric | required |
| oldpassword | alphanumeric | required |
| password1 | alphanumeric | required |
| password2 | alphanumeric | required |
| session | alphanumeric | required |
Example response
<?xml version="1.0" encoding="iso-8859-1" ?> <response stat="success"> <user id="189" mesg="Password changed successfully"/> </response> |