edituser

area homeaction edituserPOSTwrite

Allows editing a user given their userid

Arguments

ArgumentTypeRequiredDescription
idintegerYesinteger containing their user id.
firstnamestringYesfirst name of the user
lastnamestringYeslast name of the user
addressstringYesaddress of the user
citystringYescity of the user
regionstringYesstate/region of the user
zipstringYeszipcode/postal code of the user
countrystringYestwo character country code of the user
phonestringYesphone number of the user
passwordstringNopassword of the user

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=home
  &action=edituser
  &id=1000
  &password=mypassword
  &firstname=john
  &lastname=smith
  &address=123 Main Street
  &city=Chicago
  &region=illinois
  &zip=60149
  &country=US

The platform expects this call as a POST; the parameters are the same either way.

Response

<response>
  <success>User Edited</success>
</response>

Need a call that isn't here?

Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.