---
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.

## Changes

- **2026-07-13** (2022-05-01-preview) `60435bfd503d` — 1 info
  - api operation id `ReassignWorkflowTask` removed and replaced with `WorkflowTask_Reassign`

[Change history](https://skmtc.dev/azure/apis/purview-workflow/changes/workflowtasks/:taskId/reassign/post.md)

---

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