IUserDetailsService UnLockAllUserAccounts Method CelloSaaS API Documentation
Uns the lock 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 UnLockAllUserAccounts(
	string tenantId
)

Parameters

tenantId
Type: System String
The tenant id.

Return Value

Type: Int32
No of users accounts Un-locked.
Exceptions

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