Click or drag to resize

ReportClientActivateUser Method

Activates the specified user(s) in your Zoho Analytics Account.

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

Parameters

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