IUserDetailsService LockAllUserAccounts Method CelloSaaS API Documentation
Locks all user accounts.

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

int LockAllUserAccounts(
	string tenantId
)

Parameters

tenantId
Type: System String
The tenant id.

Return Value

Type: Int32
No of users accounts locked.
Exceptions

ExceptionCondition
System ArgumentException
CelloSaaS.ServiceContracts.UserManagement UserDetailExceptionIf Any exception occurred, while connecting or modifying the database.
System ArgumentNullExceptionIf tenant id is null or empty.
See Also