---
title: "List project members"
method: GET
path: "/project-members/{id}"
tags: ["Project Members"]
---

# List project members

`GET /project-members/{id}`

Returns all members for a project.

## Path parameters

- `id` string, uuid, required

## Response `200`

Project members retrieved

- object
  - `done` boolean, required — Indicates if the operation was successful
  - `body` ProjectMember[], nullable, required — Response data (type varies by endpoint, null if no data)
    - `id` string, uuid — Project member record ID
    - `team_member_id` string, uuid
    - `user_id` string, uuid, nullable
    - `email` string, email
    - `name` string
    - `avatar_url` string, nullable
    - `job_title` string, nullable
    - `color_code` string
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

---

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