Click or drag to resize

WorkspaceAPIAddAdmins Method

Add admins for the specified workspace.

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

Parameters

emailIds
Type: System.Collections.GenericListString
The email address of the admin users to be added.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
See Also