Slack. Web. Admin. Workflows. Collaborators
(SlackKit v1.0.0-alpha.0)
View Source
Summary
Functions
Add collaborators to workflows within the team or enterprise
Remove collaborators from workflows within the team or enterprise
Functions
Add collaborators to workflows within the team or enterprise
API reference
Rate limit: Tier 2: 20+ per minute
Scopes:
- User token:
admin.workflows:write
Required Params
collaborator_ids- Array of collaborators (encoded user IDs) to add; max 50workflow_ids- Array of workflow IDs to edit; max 50
Errors the API can return:
error_adding_collaborators- There were one or more errors adding workflow collaboratorsnot_allowed- The user is not allowed to access this API method
See the Common Errors guide for errors returned by every Web API method.
Remove collaborators from workflows within the team or enterprise
API reference
Rate limit: Tier 2: 20+ per minute
Scopes:
- User token:
admin.workflows:write
Required Params
collaborator_ids- Array of collaborators (encoded user IDs) to remove; max 50workflow_ids- Array of workflow IDs to edit; max 50
Errors the API can return:
error_removing_collaborators- There were one or more errors adding workflow collaboratorsnot_allowed- The user is not allowed to access this API method
See the Common Errors guide for errors returned by every Web API method.