---
title: "POST /workflowtasks/{taskId}/reassign"
method: POST
path: "/workflowtasks/{taskId}/reassign"
tags: ["WorkflowTasks"]
---

# POST /workflowtasks/{taskId}/reassign

`POST /workflowtasks/{taskId}/reassign`

Reassign a workflow task.

## Path parameters

- `taskId` string, uuid, required

## Query parameters

- `api-version` string, required

## Request body

- ReassignCommand — The request payload of reassigning a workflow task.
  - `reassignments` object[] — The request body of reassigning a workflow task.
    - `reassignFrom` string, uuid, required — Reassign a workflow task from a user or a group.
    - `reassignTo` string, uuid, required — Reassign a workflow task to a user or a group.

## Response `200`

OK

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/purview-workflow.md) · [All operations](https://skmtc.net/azure/apis/purview-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/purview-workflow/versions/60435bfd503d/schema)
