File tree Expand file tree Collapse file tree 1 file changed +23
-18
lines changed
docs/integrations/builtin/credentials Expand file tree Collapse file tree 1 file changed +23
-18
lines changed Original file line number Diff line number Diff line change @@ -114,25 +114,30 @@ Scopes determine what permissions an app has.
114114
115115Here's the list of scopes the OAuth credential requires, which are a good starting point:
116116
117- | ** Scope name** | ** Notes** |
118- | --- | --- |
119- | ` channels:read ` | |
120- | ` channels:write ` | Not available as a bot token scope |
121- | ` chat:write ` | |
122- | ` files:read ` | |
123- | ` files:write ` | |
124- | ` groups:read ` | |
125- | ` im:read ` | |
126- | ` mpim:read ` | |
127- | ` reactions:read ` | |
128- | ` reactions:write ` | |
129- | ` stars:read ` | Not available as a bot token scope |
130- | ` stars:write ` | Not available as a bot token scope |
131- | ` usergroups:read ` | |
132- | ` usergroups:write ` | |
133- | ` users.profile:read ` | |
117+ | ** Scope name** | ** Notes** |
118+ | -----------------------| -- |
119+ | ` channels:read ` | |
120+ | ` channels:write ` | Not available as a bot token scope |
121+ | ` channels:history ` | |
122+ | ` chat:write ` | |
123+ | ` files:read ` | |
124+ | ` files:write ` | |
125+ | ` groups:read ` | |
126+ | ` groups:history ` | |
127+ | ` im:read ` | |
128+ | ` im:history ` | |
129+ | ` mpim:read ` | |
130+ | ` mpim:history ` | |
131+ | ` reactions:read ` | |
132+ | ` reactions:write ` | |
133+ | ` stars:read ` | Not available as a bot token scope |
134+ | ` stars:write ` | Not available as a bot token scope |
135+ | ` usergroups:read ` | |
136+ | ` usergroups:write ` | |
137+ | ` users.profile:read ` | |
134138| ` users.profile:write ` | Not available as a bot token scope |
135- | ` users:read ` | |
139+ | ` users:read ` | |
140+ | ` search:read ` | |
136141
137142## Common issues
138143
You can’t perform that action at this time.
0 commit comments