Channel Management
Learn to use Slack API calls to manage channels in the workspace.
We'll cover the following...
We'll cover the following...
Overview
Let’s look at the following endpoints in this lesson:
conversations.kick
: This endpoint removes a user from a conversation.conversations.archive
: This endpoint archives a conversation.
Remove a user from a channel
To remove a user from a channel, we access the https://slack.com/api/conversations.kick
endpoint.
Only channel owners and workspace ...