Return Back to API List
API Call Information
area: home
action: edituser
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=home&action=edituser&id=1000&password=mypassword&firstname=john&lastname=smith&address=123 Main Street&city=Chicago®ion=illinois&zip=60149&country=US
API Call Result:
home - edituser
Allows editing a user given their userid
API Call Information
area: home
action: edituser
API Arguments
| Argument | Data Type | Required | Description |
| id | integer | Yes | integer containing their user id. |
| firstname | string | Yes | first name of the user |
| lastname | string | Yes | last name of the user |
| address | string | Yes | address of the user |
| city | string | Yes | city of the user |
| region | string | Yes | state/region of the user |
| zip | string | Yes | zipcode/postal code of the user |
| country | string | Yes | two character country code of the user |
| phone | string | Yes | phone number of the user |
| password | string | No | password of the user |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=home&action=edituser&id=1000&password=mypassword&firstname=john&lastname=smith&address=123 Main Street&city=Chicago®ion=illinois&zip=60149&country=US
API Call Result:
| XML Response | JSON Response |
| <response> <success>User Edited</success> </response> |
{
"success": "User Edited"
} |