Skip to content

Commit b1fefe9

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/10/06
1 parent c6cfad8 commit b1fefe9

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs.slack.dev/methods/conversations.invite.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
{
22
"desc": "Invites users to a channel.",
33
"http_method": "POST",
4-
"scope": {},
4+
"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+
"channels:write.invites",
15+
"groups:write.invites"
16+
]
17+
},
518
"json_input_supported": true,
619
"slack_connect_workspaces_allowed": true,
720
"rate_limits": "t3",

0 commit comments

Comments
 (0)