@slack/web-api / AdminWorkflowsCollaboratorsRemoveArguments
Defined in: src/types/request/admin/workflows.ts:19
CollaboratorIDs.WorkflowIDs.TokenOverridable
collaborator_ids: [string, ...string[]];Defined in: src/types/request/admin/workflows.ts:7
Array of collaborators (encoded user IDs) - maximum of 50 items.
CollaboratorIDs.collaborator_idsoptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.tokenworkflow_ids: [string, ...string[]];Defined in: src/types/request/admin/workflows.ts:12
Array of workflow IDs - maximum of 50 items.
WorkflowIDs.workflow_ids