UserDetailsProxy ActivateUser Method CelloSaaS API Documentation
Activates the user so that the user can login to system again.

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 ActivateUser(
	string userId
)

Parameters

userId
Type: System String
The user id.
Exceptions

ExceptionCondition
System UnauthorizedAccessExceptionIf the user has not the delete user privilege.
[!:CelloSaaS.ServiceContracts.UserManagement.UserDetailException]If Any exception occurred, while connecting or modifying the database.
[!:ArgumentNullException]If userId is null or empty.
See Also