adduser

area homeaction adduserPOSTwrite

Allows adding a user to an account

Arguments

ArgumentTypeRequiredDescription
usernamestringYesusername of the new user
passwordstringYespassword of the new user
firstnamestringYesfirstname of the user
lastnamestringYeslastname of the user
addressstringYesaddress of the user
citystringYescity of the user
regionstringYesstate/region of the user
zipstringYeszipcode/postal code of the user
countrystringYestwo digit country code of the user
phonestringYesphone number of the user

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=home
  &action=adduser
  &username=test
  &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 Added</success>
  <userid>1</userid>
</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.