---
title: "Update Job Assignment"
method: POST
path: "/jobs/assign"
---

# Update Job Assignment

`POST /jobs/assign`

## Query parameters

- `check_assignment_conflict` boolean

## Request body

- object
  - `job_uid` string
  - `type` 'ASSIGN' | 'UNASSIGN'
  - `update_all_jobs` boolean
  - `notify_users` boolean
  - `users` object[]
    - `user_uid` string
    - `team_uid` string
  - `teams` unknown[]
    - unknown

## Response `200`

200

## Other responses

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