Skip to main content
Remove a user from a channel. Required Permissions: manage_public_channel_members or manage_private_channel_members.
External DocumentationTo learn more, visit the Mattermost documentation.

Parameters

ParameterDescription
Channel IDThe ID of the channel. Can be obtained from the List All Channels action.
User IDThe ID of the user. Can be obtained from the List Users action.

Example Output

{
	"status": "string"
}

Workflow Library Example

Remove User from Channel with Mattermost and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop