---
title: "Assign Team"
method: POST
path: "/accounting/projects/team/assign"
tags: ["Accounting Projects"]
---

# Assign Team

`POST /accounting/projects/team/assign`

Restrict a project to a specific team. 1-n teams can be assigned to a single project by calling this endpoint multiple times. If no team is assigned to the project its visible to all users independent of team membership.

## Request body

- object
  - `organizationId` string, uuid, required
  - `projectId` string, uuid, required
  - `teamId` string, uuid, required

## Response `202`

Accepted

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getpliant/apis/pliant-customer-api.md) · [All operations](https://skmtc.dev/getpliant/apis/pliant-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getpliant/pliant-customer-api/revisions/f3f589cfa718/schema)
