channels:manage scope
This scope lets an app  Manage public channels that your slack app has been added to and create new ones
Supported token types: | classic botbot |
This scope is compatible with the following list of Web API methods:
Methods
conversations.archive
- Archives a conversation.conversations.create
- Initiates a public or private channel-based conversationconversations.setPurpose
- Sets the purpose for a conversation.conversations.rename
- Renames a conversation.conversations.mark
- Sets the read cursor in a channel.conversations.leave
- Leaves a conversation.conversations.kick
- Removes a user from a conversation.conversations.invite
- Invites users to a channel.conversations.setTopic
- Sets the topic for a conversation.channels.create
(deprecated) - Creates a channel.channels.setTopic
(deprecated) - Sets the topic for a channel.channels.setPurpose
(deprecated) - Sets the purpose for a channel.channels.rename
(deprecated) - Renames a channel.channels.mark
(deprecated) - Sets the read cursor in a channel.channels.leave
(deprecated) - Leaves a channel.channels.kick
(deprecated) - Removes a user from a channel.channels.invite
(deprecated) - Invites a user to a channel.channels.archive
(deprecated) - Archives a channel.
For some scopes, this list may be incomplete.