Skip to main content

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.