ReportClientRemoveUser Method |
Removes the specified user(s) from your ManageEngine Analytics Plus Account.
Namespace: ZReportsAssembly: ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public 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 ManageEngine Analytics Plus Account separated by comma. - config
- Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also