We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cfad8 commit b1fefe9Copy full SHA for b1fefe9
docs.slack.dev/methods/conversations.invite.json
@@ -1,7 +1,20 @@
1
{
2
"desc": "Invites users to a channel.",
3
"http_method": "POST",
4
- "scope": {},
+ "scope": {
5
+ "bot": [
6
+ "channels:write.invites",
7
+ "groups:write.invites",
8
+ "channels:manage",
9
+ "groups:write",
10
+ "im:write",
11
+ "mpim:write"
12
+ ],
13
+ "user": [
14
15
+ "groups:write.invites"
16
+ ]
17
+ },
18
"json_input_supported": true,
19
"slack_connect_workspaces_allowed": true,
20
"rate_limits": "t3",
0 commit comments