Skip to main content
Add a user to a team. Required Permissions: add_user_to_team permission, or team admin or system admin role.
External DocumentationTo learn more, visit the Mattermost documentation.

Parameters

ParameterDescription
Team IDThe ID of the team. Can be obtained from the List All Teams action.
User IDThe ID of the user. Can be obtained from the List Users action.

Example Output

{
	"team_id": "string",
	"user_id": "string",
	"roles": "string",
	"delete_at": 0,
	"scheme_user": true,
	"scheme_admin": true,
	"explicit_roles": "string"
}

Workflow Library Example

Add Team Member with Mattermost and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop