---
title: "GET /v1/project-members"
method: GET
path: "/v1/project-members"
tags: ["project-members"]
---

# GET /v1/project-members

`GET /v1/project-members`

## Query parameters

- `projectId` string, required
- `projectRoleId` string
- `cursor` string
- `limit` number

## Response `200`

Default Response

- object
  - `data` object[], required
    - `id` string, required
    - `created` string, required
    - `updated` string, required
    - `platformId` string, required
    - `userId` string, required
    - `projectId` string, required
    - `projectRoleId` string, required
    - `user` object, required
      - `id` string, required
      - `email` string, required
      - `firstName` string, required
      - `status` union, required
        - 'ACTIVE'
        - 'INACTIVE'
      - `externalId` string, nullable
      - `platformId` string, nullable
      - `platformRole` union, required
        - 'ADMIN'
        - 'MEMBER'
      - `lastName` string, required
      - `created` string, required
      - `updated` string, required
    - `projectRole` object, required
      - `id` string, required
      - `created` string, required
      - `updated` string, required
      - `name` string, required
      - `permissions` string[], required
      - `platformId` string
      - `type` string, required
      - `userCount` number
  - `next` string, nullable — Cursor to the next page
  - `previous` string, nullable — Cursor to the previous page

## Changes

- **2025-01-09** `92e8f2eba0ee` — 4 info
  - added the optional property `data/items/user/externalId` to the response with the `200` status
  - added the required property `data/items/user/created` to the response with the `200` status
  - added the required property `data/items/user/status` to the response with the `200` status
  - added the required property `data/items/user/updated` to the response with the `200` status
- **2024-12-31** `3c05b427e5b5` — 2 info
  - added the new optional `query` request parameter `projectRoleId`
  - added the media type `application/json` for the response with the status `200`
- **2024-09-13** `225ff954244e` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2024-09-03** `b95c8c8e8262` — 1 info
  - endpoint added
- **2024-07-04** `6067892aa453` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/activeboxes/apis/activeboxes-documentation/changes/v1/project-members/get.md)

---

[API](https://skmtc.dev/activeboxes/apis/activeboxes-documentation.md) · [All operations](https://skmtc.dev/activeboxes/apis/activeboxes-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/activeboxes/activeboxes-documentation/revisions/12c564515962/schema)
