UserDetailsProxy ForceUserPasswordReset Method CelloSaaS API Documentation
To force the password resetting for the users under a 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 bool ForceUserPasswordReset(
	string[] userIds
)

Parameters

userIds
Type:  System String 
Array of UserIds to reset the password.

Return Value

Type: Boolean
true if forced password reset is successful. false if forced password reset is NOT successful.
See Also