Click or drag to resize

ClientSendResetPassword Method

Requests the server to send out a password-reset email to the specified user.

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public void SendResetPassword(
	string user_id,
	string email
)

Parameters

user_id
Type: SystemString
The user ID.
email
Type: SystemString
The user's email.
See Also