Locks all user accounts.
Namespace: CelloSaaS.ServiceContracts.UserManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- tenantId
- Type: System String
The tenant id.
Return Value
Type: Int32No of users accounts locked.
Exceptions
Exception | Condition |
---|---|
System ArgumentException | |
CelloSaaS.ServiceContracts.UserManagement UserDetailException | If Any exception occurred, while connecting or modifying the database. |
System ArgumentNullException | If tenant id is null or empty. |
See Also