ReportClientRemoveUser Method |
Removes the specified user(s) from your Zoho Analytics Account.
Namespace:
ZReports
Assembly:
ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void RemoveUser(
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 removed from your Zoho Analytics Account separated by comma. - config
- Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also