This service method will update the given user password to new one
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
public static void UpdateUserPassword(
string membershipId,
string password,
string tenantId
)
public static void UpdateUserPassword(
string membershipId,
string password,
string tenantId
)
Public Shared Sub UpdateUserPassword (
membershipId As String,
password As String,
tenantId As String
)
Public Shared Sub UpdateUserPassword (
membershipId As String,
password As String,
tenantId As String
)
static member UpdateUserPassword :
membershipId : string *
password : string *
tenantId : string -> unit
static member UpdateUserPassword :
membershipId : string *
password : string *
tenantId : string -> unit
Parameters
- membershipId
- Type: System String
membership id of the user
- password
- Type: System String
new user password
- tenantId
- Type: System String