UserDetailsProxy UpdateUserPassword Method CelloSaaS API Documentation
This service method will update the given user password to new one

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 UpdateUserPassword(
	string membershipId,
	string password,
	string tenantId
)

Parameters

membershipId
Type: System String
membership id of the user
password
Type: System String
new user password
tenantId
Type: System String
See Also