Skip to main content
Remove a user from a channel by channel and user IDs. Notes:
  • Ensure the workspace settings allow members to remove other members by configuring the required preferences. For more information, visit Slack’s documentation.
  • For private channels, the connected user or bot must be a member of the channel in order to remove members from it.
  • This action doesn’t support channels of type mpim.
External DocumentationTo learn more, visit the Slack documentation.

Parameters

ParameterDescription
Channel IDThe ID of channel to remove a user from. Can be obtained using the Get Channels action.
User IDThe ID of the user to remove from the channel. Can be obtained by using the List Users action.

Example Output

{
	"ok": true
}

Workflow Library Example

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