REGISTER_SITE_ADD_USER  
  /ondemand/register/?method=REGISTER_SITE_ADD_USER  
  PARAMETERS  
  site site reference (mandatory).  Must be a site that has an auto signup network group
  email user email address
  logonname user logon name
  logonsuffix suffix for logon name
  uselogonsuffix needs to be '1' for it to add logonsuffix to logonname
  password leave blank and it generates a random one, otherwise 6..50 characters long with at least one number
  makeuplogon if logonname is used, and this is '1', it takes a punt at making a unique one.  This is firstname.surname + logonsuffix.  If this is also used, you get an error
     
  fields for contact business:  
  contactbusiness id, if the contact business already exists
  businessname tradename if creating new business
  survey fields also accepts fields linked to a survey
     
  fields for contact person:  
  contactperson id, if the contact person already exists
  jobtitle  
  title  
  gender  
  firstname  
  surname  
  phone  
  homephone  
  fax  
  mobile  
  email  
  streetaddress1  
  streetaddress2  
  streetsuburb  
  streetstate  
  streetpostcode  
  streetcountry  
  reference For default, see 'default reference' further down
  skype  
  dateofbirth  
  sendnews  
  sourceofcontact  
  taxtype (InvoiceGSTType)
  currency  
  group Person Group to add the contact to
  survey fields also accepts fields linked to a survey
     
  default reference:  
  referenceprefix  
  referencelength  
  referencesequencetype if 1, uses standard reference profile item, if 2, gets max from existing contact
     
  fields for security user:  
  passworddaystoexpire how many days until password expires (default -1)
  systemnews 1 = Yes
  sessiontimeout number of minutes (default 1440 (24 hours))
  createblog 1 = create messenger account
     
  membership Comma delimited list of memberships, as per SETUP_USER_AVAILABLE_MEMBERSHIPS
  networkgroup comma delimited list of network groups
  ondemand if 1, then adds ondemand membership
  role Comma delimited list of roles, as per SETUP_ROLE_SEARCH
     
  fields for emailing post creation:  
  emaildocument document id to email registrant.  Document can contain [LOGONNAME] and [INITIALPASSWORD] as tags in the text
  sendattachments if 1, then also send attachments linked to document
  emailsitesupport if 1, then sends an email to site support about registration
  nosystemtemplate if 1, then doesn't apply the standard email template
  nosave if not 1, then will save email as an action
     
     
  RETURN  
  userid  
  logonname  
  password  
  contbusinessid  
  contpersonid  
  supportemailto  
     
  EXAMPLE
   
Help!