UserDetailsProxy 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.BusinessEdition.ServiceProxies.UserManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static int UnLockUserAccounts(
	string[] userIds
)

Parameters

userIds
Type:  System String 
The user identifiers.

Return Value

Type: Int32
See Also