Slack
SLACK_FIND_USER_BY_EMAIL_ADDRESS
Retrieves the Slack user object for an active user by their registered email address; fails with 'users_not_found' if the email is unregistered or the user is inactive.
Remote slack
Other tools also called SLACK_FIND_USER_BY_EMAIL_ADDRESS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "The email address of the user to look up.\nExamples:\n \"[email protected]\"\n \"[email protected]\""
}
}
}