From 5381b48e9b527465b9890060e44d7135e1eb58fe Mon Sep 17 00:00:00 2001 From: Jerry Heiselman Date: Wed, 28 Nov 2018 23:50:19 -0600 Subject: [PATCH] Added additional scope necessary for configuration --- Slack-bot-setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Slack-bot-setup.md b/Slack-bot-setup.md index 604da56..eb27820 100644 --- a/Slack-bot-setup.md +++ b/Slack-bot-setup.md @@ -35,6 +35,7 @@ Now that we have a bot we need to give your new Slack App (and thus the bot) the * Modify your public channels (`channels:write`) * Send messages as \ (`chat:write:bot`) * Send messages as user (`chat:write:user`) + * Access user’s profile and workspace profile fields (`users:profile:read`) Click on the `Save changes` button below the scopes once all scopes have been added.