Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods admin.functions.permissions.lookup.json
Raw

priv/docs/methods/admin.functions.permissions.lookup.json

{
"args": {
"function_ids": {
"desc": "An array of function IDs to get permissions for",
"required": true,
"type": "array"
}
},
"desc": "Lookup the visibility of multiple Slack functions and include the users if it is limited to particular named entities.",
"errors": { "restricted_action": "User does not have access to this API." },
"rate_limit": {
"label": "Tier 3: 50+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin.workflows:read",
"url": "https://docs.slack.dev/reference/scopes/admin.workflows.read"
}
]
}
}