WorkspaceAPIGetGroupDetails Method |
Returns details of the specified group.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax public Dictionary<string, Object> GetGroupDetails(
long groupId
)
Parameters
- groupId
- Type: SystemInt64
The id of the group.
Return Value
Type:
DictionaryString,
ObjectGroup details.
See Also