Zoho Analytics Client Library
Zoho Analytics Client Library
ZohoAnalytics
OrgAPI Class
OrgAPI Methods
ActivateUsers Method
AddUsers Method
ChangeUserRole Method
CreateWorkspace Method
DeactivateUsers Method
GetAdmins Method
GetMetaDetails Method
GetSubscriptionDetails Method
GetUsers Method
RemoveUsers Method
OrgAPI
RemoveUsers Method
Remove users from the specified organization.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
Copy
public
void
RemoveUsers
(
List
<
string
>
emailIds
,
Dictionary
<
string
,
Object
>
config
)
Parameters
emailIds
Type:
System.Collections.Generic
List
String
The email address of the users to be removed.
config
Type:
System.Collections.Generic
Dictionary
String
,
Object
Contains any additional control configurations. Can be null.
See Also
Reference
OrgAPI Class
ZohoAnalytics Namespace