> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove User From Channel

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](https://slack.com/help/articles/360000355143-Review-your-workspaces-settings).
* 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`.

<Note>
  External Documentation

  To learn more, visit the [Slack documentation](https://api.slack.com/methods/conversations.kick).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                      |
  | ---------- | ------------------------------------------------------------------------------------------------ |
  | Channel ID | The ID of channel to remove a user from. Can be obtained using the `Get Channels` action.        |
  | User ID    | The ID of the user to remove from the channel. Can be obtained by using the `List Users` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"ok": true
}
```

## Workflow Library Example

[Remove User from Channel with Slack and Send Results Via Email](https://library.blinkops.com/workflows/remove-user-from-channel-with-slack-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/remove-user-from-channel-with-slack-and-send-results-via-email/canvas" />
</div>
