IUserDetailsService ForceUserPasswordReset Method CelloSaaS API Documentation
To force the password resetting for the users under a given tenant.

Namespace: CelloSaaS.ServiceContracts.UserManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

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.
Exceptions

See Also