Click or drag to resize

OrgAPI.DeactivateUsers Method

Deactivate users in the specified organization.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public void DeactivateUsers(
	List<string> emailIds,
	Dictionary<string, Object> config
)

Parameters

emailIds
Type: System.Collections.Generic.List<String>
The email address of the users to be deactivated.
config
Type: System.Collections.Generic.Dictionary<String, Object>
Contains any additional control configurations. Can be null.
See Also