Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods users.discoverableContacts.lookup.json
Raw

priv/docs/methods/users.discoverableContacts.lookup.json

{
"args": {
"email": {
"desc": "",
"example": "scott.slacksalot@example.com",
"required": true,
"type": "string"
}
},
"desc": "Look up an email address to see if someone is discoverable on Slack",
"errors": {
"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"
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"bot": [
{
"name": "conversations.connect:manage",
"url": "https://docs.slack.dev/reference/scopes/conversations.connect.manage"
},
{
"name": "team:read",
"url": "https://docs.slack.dev/reference/scopes/team.read"
}
]
}
}