groups:read scope
This scope lets an app  View basic information about private channels that your slack app has been added to
Supported token types: | userclassic botworkspacebot |
This scope is compatible with the following list of Web API methods and Events API events:
Methods
conversations.info
- Retrieve information about a conversation.conversations.list
- Lists all channels in a Slack team.users.conversations
- List conversations the calling user may access.groups.info
(deprecated) - Gets information about a private channel.groups.list
(deprecated) - Lists private channels that the calling user has access to.
Events
channel_shared
- A channel has been shared with an external workspacechannel_unshared
- A channel has been unshared with an external workspacegroup_archive
- A private channel was archivedgroup_close
- You closed a private channelgroup_deleted
- A private channel was deletedgroup_left
- You left a private channelgroup_open
- You created a group DMgroup_rename
- A private channel was renamedgroup_unarchive
- A private channel was unarchivedmember_joined_channel
- A user joined a public or private channelmember_left_channel
- A user left a public or private channel
For some scopes, this list may be incomplete.