---
title: "List project affiliations"
method: GET
path: "/members/{memberId}/project-affiliations"
tags: ["Project Affiliations"]
---

# List project affiliations

`GET /members/{memberId}/project-affiliations`

Retrieve per-project affiliation data for a member, including maintainer roles and resolved affiliations. Affiliations come from project-level overrides when available, otherwise from work experiences.

## Path parameters

- `memberId` string, uuid, required

## Response `200`

Project affiliations retrieved successfully.

- object
  - `projectAffiliations` ProjectAffiliation[], required
    - `id` string, uuid, required — Segment (project) ID.
    - `projectSlug` string, required
    - `projectName` string, required
    - `projectLogo` string, nullable, required
    - `contributionCount` integer, required — Total number of contributions in this project.
    - `roles` ProjectRole[], required
      - `id` string, uuid, required
      - `role` string, required
      - `startDate` string, date-time, nullable, required
      - `endDate` string, date-time, nullable, required
      - `repoUrl` string, nullable, required
      - `repoFileUrl` string, nullable, required
    - `affiliations` ProjectAffiliationEntry[], required
      - `id` string, uuid, required
      - `organizationId` string, uuid, required
      - `organizationName` string, required
      - `organizationLogo` string, nullable, required
      - `verified` boolean, required
      - `verifiedBy` string, nullable, required
      - `startDate` string, date-time, nullable, required
      - `endDate` string, date-time, nullable, required
      - `type` 'project' | 'work-history', required — `project` — manually overridden at the project level. `work-history` — derived from work experiences.
      - `source` string, nullable — Present only for `work-history` type affiliations.

## Other responses

- `401` — Missing or invalid authentication credentials.
- `403` — Authentication valid but insufficient scopes.
- `404` — No member found with the given ID.

---

[API](https://skmtc.dev/linuxfoundation/apis/cdp-public-api.md) · [All operations](https://skmtc.dev/linuxfoundation/apis/cdp-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linuxfoundation/cdp-public-api/revisions/08aceca4f417/schema)
