Resets the password for a user.
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
public static void ResetPassword(
string userName,
string tenantId,
string passwordQuestion,
string passwodAnswer
)
public static void ResetPassword(
string userName,
string tenantId,
string passwordQuestion,
string passwodAnswer
)
Public Shared Sub ResetPassword (
userName As String,
tenantId As String,
passwordQuestion As String,
passwodAnswer As String
)
Public Shared Sub ResetPassword (
userName As String,
tenantId As String,
passwordQuestion As String,
passwodAnswer As String
)
static member ResetPassword :
userName : string *
tenantId : string *
passwordQuestion : string *
passwodAnswer : string -> unit
static member ResetPassword :
userName : string *
tenantId : string *
passwordQuestion : string *
passwodAnswer : string -> unit
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