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

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

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 UserDetailExceptionIf Any exception occurred, while connecting or modifying the database.
System ArgumentNullExceptionIf userId is null or empty.
See Also