---
title: "Add project member"
method: POST
path: "/project-members"
tags: ["Project Members"]
---

# Add project member

`POST /project-members`

Adds an existing team member to a project with an access level.

## Request body

- ProjectMemberCreateRequest
  - `team_member_id` string, uuid, required
  - `project_id` string, uuid, required
  - `access_level` 'MEMBER' | 'ADMIN'

## Response `200`

Project member added successfully

- ServerResponse
  - `done` boolean, required — Indicates if the operation was successful
  - `body` unknown, required
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

## Other responses

- `403` — Insufficient permissions

---

[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)
