---
title: "Adds projects to the specified team."
method: POST
path: "/teams/{teamId}/addprojects"
tags: ["teams"]
---

# Adds projects to the specified team.

`POST /teams/{teamId}/addprojects`

<Check title="Required Permissions" icon="key">The user must have `project-master-data:write` permissions or be the owner of the projects.</Check>

## Path parameters

- `teamId` string, uuid, required

## Headers

- `Authorization` string, required

## Request body

- string[]

## Response `200`

OK

- ProjectInTeam[]
  - `projectId` string, uuid — The id of the project.
  - `teamId` string, uuid — The id of the team.

## Other responses

- `400` — Bad Request
- `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)
