Skip to main content

Function: addProjectUserCollaborators()

function addProjectUserCollaborators(
  collaborators: object[],
  projectId?: string,
): Promise<object[]>;
Defined in: src/utils/projects.ts Adds multiple user collaborators to a project.

Parameters

collaborators

object[] Collaborator payloads to create.

projectId?

string (Optional) Project ID override when client is not project-scoped.

Returns

Promise<object[]> A promise that resolves to the created collaborators.