UserDetailsProxy UnLockAllUserAccounts Method CelloSaaS API Documentation
Un-locks all user accounts for the given tenant

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 UnLockAllUserAccounts(
	string tenantId
)

Parameters

tenantId
Type: System String
The tenant id.

Return Value

Type: Int32
No of users accounts Un-locked.
See Also