Skip to content

Commit b896c48

Browse files
authored
Merge pull request #29 from PostHog/tom/docs
Update docs with new slack app permission
2 parents 3deaf17 + 5954049 commit b896c48

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/DEPLOYMENT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ oauth_config:
233233
- channels:history
234234
- channels:read
235235
- groups:read
236+
- usergroups:read
236237
- im:write
237238
settings:
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 |

docs/FEATURES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
---

0 commit comments

Comments
 (0)