Not able to create User record while using Webservice
I am try to use Vtiger webservice to create a new user. But when I fill in the field "roleid" it prompt me a error message. Error Message: Create failed: Permission to perform the operation is denied for id
Any one have the solution for this?
Try to do a describe action via webservice over module "Users" and see what value need to put in this field.
Other thing you can do is, retrieve a user present on vTiger and compare the field roleid with tour value.