Click or drag to resize

ClientUpdateUserRoles Method

Updates the specified user's roles.

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

Parameters

user_id
Type: SystemString
The user ID.
roles
Type: SystemString
The user's roles. Can include "system_user" and "system_admin".
See Also