Channel Management

Learn to use Slack API calls to manage channels in the workspace.

Overview

Let’s look at the following endpoints in this lesson:

  1. conversations.kick: This endpoint removes a user from a conversation.
  2. conversations.archive: This endpoint archives a conversation.

Remove a user from a channel

To remove a user from a channel, we access the ...