Current section
Files
Jump to
Current section
Files
priv/docs/methods/admin.workflows.collaborators.add.json
{
"args": {
"collaborator_ids": {
"desc": "Array of collaborators (encoded user IDs) to add; max 50",
"required": true,
"type": "array"
},
"workflow_ids": {
"desc": "Array of workflow IDs to edit; max 50",
"required": true,
"type": "array"
}
},
"desc": "Add collaborators to workflows within the team or enterprise",
"errors": {
"error_adding_collaborators": "There were one or more errors adding workflow collaborators",
"not_allowed": "The user is not allowed to access this API method"
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin.workflows:write",
"url": "https://docs.slack.dev/reference/scopes/admin.workflows.write"
}
]
}
}