UserDetailsProxy LockUserAccounts Method CelloSaaS API Documentation
Locks the user accounts.

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 LockUserAccounts(
	string[] userIds
)

Parameters

userIds
Type:  System String 
The user identifiers.

Return Value

Type: Int32
No of users accounts locked.
See Also