Click or drag to resize

WorkspaceAPIRemoveGroupMembers Method

Remove users from the specified group.

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

Parameters

groupId
Type: SystemInt64
The id of the group.
emailIds
Type: System.Collections.GenericListString
The email address of the users to be removed from the group.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
See Also