Skip to main content

Interface: AdminWorkflowsCollaboratorsRemoveArguments

Extends

  • CollaboratorIDs.WorkflowIDs.TokenOverridable

Properties

collaborator_ids

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

Description

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

Inherited from

CollaboratorIDs.collaborator_ids

Defined in

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


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

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


workflow_ids

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

Description

Array of workflow IDs - maximum of 50 items.

Inherited from

WorkflowIDs.workflow_ids

Defined in

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