GET
/users.lookupByEmailFind a user by email address
Retrieves the Slack user associated with an email address. Supply email to identify the user and use a token with the users:read.email scope.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringrequired
Authentication token with the `users:read.email` scope.
emailstringrequired
Email address belonging to the user you want to retrieve.
200Returns an object containing `ok` set to true and the matching user object in `user`.
okbooleanrequired
userarrayrequired
defaultTypical error response
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
okbooleanrequired
Error handling
token must carry the users:read.email scope, and email must be an email address belonging to a user in the workspace. Both query values must be supplied.