Click or drag to resize

WorkspaceAPICreateGroup Method

Create a group in the specified workspace.

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

Parameters

groupName
Type: SystemString
Name of the group.
emailIds
Type: System.Collections.GenericListString
The email address of the users to be added to the group.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.

Return Value

Type: Int64
Group id.
See Also