From dae4f9788a2f48458a8ef1f6eae61de38cc40d64 Mon Sep 17 00:00:00 2001 From: "Justin W. Flory" <4721034+jwflory@users.noreply.github.com> Date: Mon, 3 Dec 2018 14:44:19 -0500 Subject: [PATCH] Slack changed the short-code from users:profile:read to users.profile:read --- Slack-bot-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Slack-bot-setup.md b/Slack-bot-setup.md index 42e22f7..bf8717e 100644 --- a/Slack-bot-setup.md +++ b/Slack-bot-setup.md @@ -35,7 +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`) + * 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.