---
title: "Update Assignment"
method: POST
path: "/projects/assign"
---

# Update Assignment

`POST /projects/assign`

## Request body

- object
  - `project_uid` string, required
  - `users` object[], required
    - `type` 'ASSIGN' | 'UNASSIGN'
    - `user_uid` string
    - `team_uid` string

## Response `200`

200

- object
  - `type` string
  - `message` string
  - `title` string

## Other responses

- `404` — 404

---

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