UserDetailsProxy LockAllUserAccounts Method CelloSaaS API Documentation
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 LockAllUserAccounts(
	string tenantId
)

Parameters

tenantId
Type: System String
The tenant id.

Return Value

Type: Int32
No of users accounts locked.
See Also