UserDetailsProxy ResetPassword Method (String, String, String, String) CelloSaaS API Documentation
Resets the password for a user.

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

public static void ResetPassword(
	string userName,
	string tenantId,
	string passwordQuestion,
	string passwodAnswer
)

Parameters

userName
Type: System String
User Name(Mandatory)
tenantId
Type: System String
Tenant Identifier
passwordQuestion
Type: System String
Password Question(Mandatory)
passwodAnswer
Type: System String
See Also