users:read.email scope
This scope lets an app  View email addresses of people in a workspace
Supported token types: | userclassic botworkspacebot |
Your Slack app may gain access to email addresses belonging to team members in a workspace by asking for users:read.email
. This scope is now required to access the email
field in user profiles retrieved with the Web API when using user or workspace tokens. Classic bot
tokens are granted access to the email
field without needing further scopes.
This scope must be requested at the same time as users:read
.
The users:read.email
OAuth scope is now required to access the email
field in user objects returned by the users.list
and users.info
web API methods. users:read
is no longer a sufficient scope for this data field. Learn more.
This scope is compatible with the following list of Web API methods:
Methods
users.lookupByEmail
- Find a user with an email address.
For some scopes, this list may be incomplete.