---
title: "Returns the project members of the project with the specified id."
method: GET
path: "/projects/{projectId}/members"
tags: ["projects"]
---

# Returns the project members of the project with the specified id.

`GET /projects/{projectId}/members`

Returns the project members of the project with the specified id.
            
             <Check title="Required Permissions" icon="key">The user has to be the creator of the project or needs `read` permissions of the feature `project-master-data`.</Check>

## Path parameters

- `projectId` string, uuid, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- ProjectMember[]
  - `id` string, uuid — The id of the project member entity.
  - `userId` string, uuid — The id of the user who is this project member.
  - `firstName` string, nullable — The first name of the user.
  - `lastName` string, nullable — The last name of the user.
  - `hasImage` boolean, nullable — Whether the user has an image.
  - `projectRoleId` string, uuid — The project role of the project member.
  - `projectRoleName` string, nullable — The project role name of the project member.
  - `isResponsible` boolean — Whether the user is responsible for this project.
  - `isDeactivated` boolean — Whether the user is deactivated.
  - `isExternal` boolean — True if this entity is coming from an external workspace (awork Connect).

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
