IUserDetailsService UnLockUserAccounts Method CelloSaaS API Documentation
This method will set the lock field of the membership table to false and resets the failure attempts column value to zero.

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

int UnLockUserAccounts(
	string[] userIds
)

Parameters

userIds
Type:  System String 
Array of user identifiers

Return Value

Type: Int32
No of users accounts locked.
Exceptions

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