Click or drag to resize
ReportClientGetUsers Method
Get users list for the particular account.

Namespace: ZReports
Assembly: ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Dictionary<string, Dictionary<string, string>> GetUsers(
	string userURI,
	Dictionary<string, string> config
)

Parameters

userURI
Type: SystemString
The user URI
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.

Return Value

Type: DictionaryString, DictionaryString, String
Users list with details
See Also