Activates the user so that the user can login to system again.
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.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. |
[!:ArgumentNullException] | If userId is null or empty. |
See Also