Channel Management
Explore how to effectively manage Slack channels by using the API to remove users with conversations.kick and archive channels with conversations.archive. Learn key API parameters and permissions necessary for these tasks.
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 ...