---
title: "Reassign an existing task to a different user"
method: POST
path: "/v1/org/{orgId}/task/{taskId}/reassign"
tags: ["task"]
---

# Reassign an existing task to a different user

`POST /v1/org/{orgId}/task/{taskId}/reassign`

## Path parameters

- `orgId` string, required
- `taskId` string, required

## Request body

- TaskReassignRequest
  - `userId` string, required
  - `message` string
  - `messageChannel` MessageChannelConfig
    - `channels` string[], required
    - `alwaysEmail` boolean, required

## Response `204`

task updated

## Other responses

- `400` — invalid data
- `401` — not authorized
- `403` — permission denied
- `404` — not found

---

[API](https://skmtc.dev/charthop/apis/charthop-api.md) · [All operations](https://skmtc.dev/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/4685d95a20b1/schema)
