JoeNutz
JoeNutz

Reputation: 1

In vtiger 7, is it possible to create a new user using webservice

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?

Upvotes: 0

Views: 196

Answers (1)

Rick
Rick

Reputation: 79

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.

Upvotes: 0

Related Questions