UserDetailsProxy DeleteUser Method CelloSaaS API Documentation
Deactivates the user. User cannot login if deactivated.

Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static void DeleteUser(
	string userIdentifier
)

Parameters

userIdentifier
Type: System String
User Identifier(Mandatory)
See Also