[Vtigercrm-developers] Create users throw WebService

Alan Lord alanslists at gmail.com
Thu Sep 4 07:20:07 GMT 2014



On 03/09/14 20:16, Jonathan Sardo wrote:
> Hi there,
> Is it possible to create users using WebService?
> Is there some docs about it?

Just use the standard Webservice API call to Create and pass in your 
user data.

This is a generic script that can be tweaked to work with any module

http://paste.ubuntu.com/8230713/

I use this and pass in a csv file with my data. For users, the csv file 
headers I used looked like this:

first_name,last_name,email1,user_name,is_admin,date_format,status,title,roleid,user_password,confirm_password

HTH

Al




More information about the vtigercrm-developers mailing list