Click or drag to resize

ReportClientAddUser Method

Adds the specified user(s) into your Zoho Analytics Account.

Namespace:  ZReports
Assembly:  ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddUser(
	string userURI,
	string emailIds,
	Dictionary<string, string> config
)

Parameters

userURI
Type: SystemString
The user URI.
emailIds
Type: SystemString
The email addresses of the users to be added to your Zoho Analytics Account separated by comma.
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also