Click or drag to resize

ClientUpdateTeamMemberRoles Method

Updates the roles for a user on the specified team.

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

Parameters

team_id
Type: SystemString
The team ID.
user_id
Type: SystemString
The user ID.
roles
Type: SystemString
The roles to give to the user. Available roles are "team_user" and "team_admin".
See Also