Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt

Use this file to discover all available pages before exploring further.


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.