---
title: "List project members"
method: GET
path: "/v2/teams/{team_id}/projects/{project_id}/members"
tags: ["v2", "Projects"]
---

# List project members

`GET /v2/teams/{team_id}/projects/{project_id}/members`

## Path parameters

- `team_id` union, required
  - string, uuid
  - string
- `project_id` union, required
  - string, uuid
  - string

## Response `200`

Success

- ProjectMember[]
  - `project_id` union, required — Project ID
    - string, uuid
    - string
  - `user_id` union, required — User ID
    - string, uuid
    - string
  - `permission` 'read' | 'write', required — Permission level on the project
  - `added_at` string, date-time — When the member was added
  - `added_by` union — User ID who added this member
    - string, uuid
    - string

## Other responses

- `404` — Project not found
- `422` — Validation Error

---

[API](https://skmtc.dev/definite/apis/defapi.md) · [All operations](https://skmtc.dev/definite/apis/defapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/definite/defapi/revisions/5ea378187147/schema)
