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>&lt;?php<br>include_once(&#39;vtwsclib/Vtiger/WSClient.php&#39;);<br>$url = &#39;<a href="http://saron/vtiger">http://saron/vtiger</a>&#39;;<br>$client = new Vtiger_WSClient($url);<br>$login = $client-&gt;doLogin(&#39;admin&#39;, &#39;6cqygwBtcwxb04&#39;);<br>
if(!$login) echo &#39;Login Failed&#39;;<br>else {<br>        $module = &#39;Users&#39;;<br>       $record = $client-&gt;doCreate($module,<br>          Array(&#39;user_name&#39;=&gt;&#39;r&#39;, &#39;user_password&#39;=&gt;&#39;123456&#39;, &#39;email1&#39;=&gt;&#39;<a href="mailto:rad28@gmail.com">rad28@gmail.com</a>&#39;, &#39;confirm_password&#39;=&gt;&#39;123456&#39;, &#39;last_name&#39;=&gt;&#39;Gudarzi&#39;, &#39;roleid&#39;=&gt;&#39;H3&#39;));<br>
    if($record) {<br>        $recordid = $client-&gt;getRecordId($record[&#39;id&#39;]);<br>    }<br>}<br><br>echo $recordid;<br>?&gt;<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">&lt;<a href="mailto:marian@webio.ro" target="_blank">marian@webio.ro</a>&gt;</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">&lt;<a href="mailto:tshrinivasan@gmail.com" target="_blank">tshrinivasan@gmail.com</a>&gt;</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, &quot;Marian Banica&quot; &lt;<a href="mailto:marian@webio.ro" target="_blank">marian@webio.ro</a>&gt; 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>