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: listProjectUserCollaborators()

function listProjectUserCollaborators(projectId?: string): Promise<object[]>;
Defined in: 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.