diff --git a/backend/oauth_connect.json b/backend/oauth_connect.json index 0ed093e6d9..e99ff62c73 100644 --- a/backend/oauth_connect.json +++ b/backend/oauth_connect.json @@ -25,7 +25,9 @@ "auth_url": "https://slack.com/oauth/authorize", "token_url": "https://slack.com/api/oauth.access", "scopes": [ - "chat:write:user" + "chat:write:user", + "users:read", + "users:read.email" ] }, "gsheets": {