Slack.Web.Users.DiscoverableContacts (SlackKit v1.0.0-alpha.0)

View Source

Summary

Functions

Look up an email address to see if someone is discoverable on Slack

Functions

lookup(email, optional_params \\ %{})

Look up an email address to see if someone is discoverable on Slack

API reference

Rate limit: Tier 2: 20+ per minute
Scopes:

View on docs.slack.dev ↗

Required Params

  • email - ex: scott.slacksalot@example.com

Errors the API can return:

  • not_allowed - user is not allowed to call this API
  • not_an_enterprise - The token does not belong to an enterprise.
  • restricted_action - user is restricted from calling this API

See the Common Errors guide for errors returned by every Web API method.