Search code examples
sugarcrmvtigercrm

Login vTigerCRM via User Name & Password


According to the REST API documentation of vTigerCRM, its API only supports login with user name & access key.

Since vTigerCRM is based on SugarCRM, and API of SugarCRM allows user name & password to login, is there any chance that vTigerCRM can also login with user name & password?

Using vTigerCRM version 6.4.0


Solution

  • It is recommended to use username and access key. If you change the password of that user then also your code will work (i.e. you dont have to change the password in the code as you are using access key).