Slack

SLACKBOT_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 slackbot

Other tools also called SLACKBOT_FIND_USER_BY_EMAIL_ADDRESS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "title": "Email",
      "examples": [
        "[email protected]",
        "[email protected]"
      ],
      "description": "The email address of the user to look up."
    }
  }
}
          

Provider

Slack →