Slack changed the short-code from users:profile:read to users.profile:read

Justin W. Flory 2018-12-03 14:44:19 -05:00
parent a9493762f1
commit dae4f9788a

@ -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 \<App name\> (`chat:write:bot`)
* Send messages as user (`chat:write:user`)
* Access users profile and workspace profile fields (`users:profile:read`)
* Access users profile and workspace profile fields (`users.profile:read`)
Click on the `Save changes` button below the scopes once all scopes have been added.