Current section
Files
Jump to
Current section
Files
priv/docs/methods/bots.info.json
{
"args": {
"bot": {
"desc": "Bot user to get info on",
"example": "B12345678",
"required": false,
"type": "string"
},
"team_id": {
"desc": "encoded team id or enterprise id where the bot exists, required if org token is used",
"required": false,
"type": "string"
}
},
"desc": "Gets information about a bot user.",
"errors": {
"bot_not_found": "Value passed for `bot` was invalid.",
"bots_not_found": "At least one value passed for `bots` was invalid.",
"missing_argument": "A required argument is missing.",
"team_not_found": "Value passed for `team_id` was invalid."
},
"rate_limit": {
"label": "Tier 3: 50+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"bot": [
{
"name": "users:read",
"url": "https://docs.slack.dev/reference/scopes/users.read"
}
],
"user": [
{
"name": "users:read",
"url": "https://docs.slack.dev/reference/scopes/users.read"
}
]
}
}