---
title: "Get the members of a project"
method: GET
path: "/open/v1/project/{projectId}/members"
---

# Get the members of a project

`GET /open/v1/project/{projectId}/members`

## Path parameters

- `projectId` string, required

## Response `200`

OK

- User[]
  - `username` string — Username of the project member
  - `displayName` string — Display name of the project member
  - `self` boolean — Whether the project member is the current user

## Changes

- **2026-07-26** `ee84ad35c4cc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ticktick/apis/ticktick-openapi/changes/open/v1/project/:projectId/members/get.md)

---

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