File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,7 @@ oauth_config:
233233 - channels:history
234234 - channels:read
235235 - groups:read
236+ - usergroups:read
236237 - im:write
237238settings :
238239 interactivity :
@@ -263,4 +264,5 @@ settings:
263264| `channels:history` | Find old messages for request expiration events |
264265| `channels:read` | Determine if requester is in the channel |
265266| `groups:read` | Same as above but for private channels |
267+ | `usergroups:read` | Resolve Slack user group members for approver groups |
266268| `im:write` | Send direct messages to users not in the channel |
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ Your Slack app must have these permissions:
5252
5353- ` channels:read ` - View basic information about public channels
5454- ` groups:read ` - View basic information about private channels the app has been added to
55+ - ` usergroups:read ` - Resolve Slack user group members for approver groups
5556- ` im:write ` - Send direct messages to workspace members
5657
5758---
You can’t perform that action at this time.
0 commit comments