> ## 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.

# addProjectUserCollaborators

***

# Function: addProjectUserCollaborators()

```ts theme={null}
function addProjectUserCollaborators(
  collaborators: object[],
  projectId?: string,
): Promise<object[]>;
```

Defined in: [src/utils/projects.ts](https://github.com/rungalileo/galileo-js/blob/main/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.
