---
title: "Reassign a task without completing it"
method: POST
path: "/api/human/tasks/{taskId}/reassign"
tags: ["human-task"]
---

# Reassign a task without completing it

`POST /api/human/tasks/{taskId}/reassign`

## Path parameters

- `taskId` string, required

## Request body

- HumanTaskAssignment[]
  - `assignee` HumanTaskUser
    - `user` string
    - `userType` 'EXTERNAL_USER' | 'EXTERNAL_GROUP' | 'CONDUCTOR_USER' | 'CONDUCTOR_GROUP'
  - `slaMinutes` integer

## Response `200`

OK

---

[API](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server.md) · [All operations](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orkescloud/orkes-conductor-api-server/revisions/6ebf0c14ac41/schema)
