Click or drag to resize

OrgAPIChangeUserRole Method

Change role for the specified users.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void ChangeUserRole(
	List<string> emailIds,
	string role,
	Dictionary<string, Object> config
)

Parameters

emailIds
Type: System.Collections.GenericListString
The email address of the users.
role
Type: SystemString
Name of the role to be updated. Can be one of "USER"/"VIEWER"/"ORGADMIN".
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
See Also