Creating users using the API
We have a few questions regarding using the developer kit version of the software...
1. How can we save the email address while creating the user ?
2. How can we as assign roles to the users like Respondent , Report Viewer etc.. ?
Public Static bool CreateGroup(
string name,
string description,
Arraylist[] useridentites
)
Message : No overload for method 'CreateGroup' takes '3' arguments
If we use this
Public Static bool CreateGroup(
string name,
string description,
)
Mesage : "You do not have permission to perform this operation."
3. How can we give the permission to the user so that we can create the group ?
4. Cannot find this class/ DLL "using Checkbox.Web.Services.Proxies "
Services folder is not in the developer kit....
UserManagementServiceProxy wsProxy = new UserManagementServiceProxy();
wsProxy.Url = "http://myServer/checkbox/services/UserManagementService.asmx";
|