v51

OpenAPI 3.0.3raw.githubusercontent.com2026-06-2900319.8 KB

ListProjectsForOrganizationAndUser lists all the projects that an organization member user has access to. It does not include projects that the user has access to through a usergroup.

get/v1/orgs/{org}/projects-for-user

Path parameters

orgstring required

Query parameters

userIdstring
pageSizeinteger
pageTokenstring
directboolean

Only return projects where the user has a direct membership (exclude usergroup-inherited access).

includeRolesboolean

Populate project_roles in the response.

Response

A successful response.

nextPageTokenstring
projectRolesobject

Maps project IDs to the user's direct project membership. Only populated when include_roles is true.