---
title: "Reassign schedulers"
method: PATCH
path: "/api/v1/org/user/{userUuid}/reassign-schedulers"
tags: ["Organizations"]
---

# Reassign schedulers

`PATCH /api/v1/org/user/{userUuid}/reassign-schedulers`

Reassigns all scheduled deliveries from one user to another

## Path parameters

- `userUuid` string, required

## Request body

- ReassignUserSchedulersRequest
  - `newOwnerUserUuid` string, required

## Response `200`

Ok

- ApiReassignUserSchedulersResponse
  - `results` object, required
    - `reassignedCount` number, double, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
