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

# listProjectUserCollaborators

***

# Function: listProjectUserCollaborators()

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

Defined in: [src/utils/projects.ts](https://github.com/rungalileo/galileo-js/blob/main/src/utils/projects.ts)

Lists every user collaborator for a project, handling pagination automatically.

## Parameters

### projectId?

`string`

(Optional) Project ID to list collaborators for.

## Returns

`Promise`\<`object`\[]>

A promise that resolves to every user collaborator.
