Hi Marian<br><br>Here is the solution: Use <br>vtwsclib - vtiger CRM Web Services Client Library<br><br>download : <br><a href="https://www.vtiger.com/crm-utilities/vtwsclib-vtiger-crm-web-services-client-library/">https://www.vtiger.com/crm-utilities/vtwsclib-vtiger-crm-web-services-client-library/</a><br>
<br>Example :<br><?php<br>include_once('vtwsclib/Vtiger/WSClient.php');<br>$url = '<a href="http://saron/vtiger">http://saron/vtiger</a>';<br>$client = new Vtiger_WSClient($url);<br>$login = $client->doLogin('admin', '6cqygwBtcwxb04');<br>
if(!$login) echo 'Login Failed';<br>else {<br> $module = 'Users';<br> $record = $client->doCreate($module,<br> Array('user_name'=>'r', 'user_password'=>'123456', 'email1'=>'<a href="mailto:rad28@gmail.com">rad28@gmail.com</a>', 'confirm_password'=>'123456', 'last_name'=>'Gudarzi', 'roleid'=>'H3'));<br>
if($record) {<br> $recordid = $client->getRecordId($record['id']);<br> }<br>}<br><br>echo $recordid;<br>?><br><br><br>Thanks<br>Sutharsan Jeganathan<br><br><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Nov 19, 2012 at 10:00 PM, Marian Banica <span dir="ltr"><<a href="mailto:marian@webio.ro" target="_blank">marian@webio.ro</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hei Shrinivasan,<br><br>Can you give me more details how i can do this?<br><br><br><br><div class="gmail_quote"><div><div class="h5">On Mon, Nov 19, 2012 at 12:53 PM, Shrinivasan T <span dir="ltr"><<a href="mailto:tshrinivasan@gmail.com" target="_blank">tshrinivasan@gmail.com</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><p>we can use soap api too.</p>
<div class="gmail_quote"><div><div>On Nov 19, 2012 4:03 PM, "Marian Banica" <<a href="mailto:marian@webio.ro" target="_blank">marian@webio.ro</a>> wrote:<br type="attribution"></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div>
Hei guys,<br><br>There is any way to create bulk users? I have to create 200 users, with 4 different profiles and i need to assign them to 5 different groups.<br>I need a way to create them a little bit faster. There is any way?<br>
<br>Marian<br clear="all"><br><br>
<br></div></div>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br></blockquote></div>
<br></div></div>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><div class="HOEnZb"><div class="h5"><br><br clear="all"><br>-- <br>Marian Banica<br>WEBIO - Full Internet Agency<br>Phone: <a href="tel:%2B4031.08.09.439" value="+40310809439" target="_blank">+4031.08.09.439</a><br>
Mobile: <a href="tel:%2B40744329810" value="+40744329810" target="_blank">+40744329810</a><br>
<br>
</div></div><br>_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br></blockquote></div><br></div>