Skip to main content

@slack/web-api / AdminWorkflowsCollaboratorsAddArguments

Interface: AdminWorkflowsCollaboratorsAddArguments

Defined in: packages/web-api/src/types/request/admin/workflows.ts:16

Extends​

  • CollaboratorIDs.WorkflowIDs.TokenOverridable

Properties​

collaborator_ids​

collaborator_ids: [string, ...string[]];

Defined in: packages/web-api/src/types/request/admin/workflows.ts:7

Description​

Array of collaborators (encoded user IDs) - maximum of 50 items.

Inherited from​

CollaboratorIDs.collaborator_ids

token?​

optional token?: string;

Defined in: packages/web-api/src/types/request/common.ts:43

Description​

Overridable authentication token bearing required scopes.

Inherited from​

TokenOverridable.token

workflow_ids​

workflow_ids: [string, ...string[]];

Defined in: packages/web-api/src/types/request/admin/workflows.ts:12

Description​

Array of workflow IDs - maximum of 50 items.

Inherited from​

WorkflowIDs.workflow_ids