Activates the user so that the user can login to system again.
Namespace: CelloSaaS.ServiceContracts.UserManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- userId
- Type: System String
The user id.
Exceptions
Exception | Condition |
---|---|
System UnauthorizedAccessException | If the user has not the delete user privilege. |
CelloSaaS.ServiceContracts.UserManagement UserDetailException | If Any exception occurred, while connecting or modifying the database. |
System ArgumentNullException | If userId is null or empty. |
See Also