Skip to main content
Remove a user from a team. Required Permissions: remove_user_from_team or the user themselves.
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

{
	"status": "string"
}

Workflow Library Example

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