Click or drag to resize

ClientUpdateUserActive Method

Updates the 'active' status of the specified user.

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public void UpdateUserActive(
	string user_id,
	bool active
)

Parameters

user_id
Type: SystemString
The user ID.
active
Type: SystemBoolean
If true, the user is active.
See Also