Click or drag to resize

OrgAPIGetUsers Method

Returns list of users for the specified organization.

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

Return Value

Type: ListDictionaryString, Object
List of users.
See Also