Current section
Files
Jump to
Current section
Files
priv/docs/methods/admin.workflows.permissions.lookup.json
{
"args": {
"max_workflow_triggers": {
"default": "100",
"desc": "Maximum number of triggers to fetch for each workflow when determining overall run permissions; max 1000",
"required": false,
"type": "integer"
},
"workflow_ids": {
"desc": "An array of workflow IDs to look up permissions for",
"required": true,
"type": "array"
}
},
"desc": "Look up the permissions for a set of workflows",
"errors": {},
"rate_limit": {
"label": "Tier 2: 20+ 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"
}
]
}
}