---
title: "Transfer schedule ownership"
method: PUT
path: "/api/v1/schedules/{scheduleId}/transfer-ownership"
tags: ["Schedules"]
---

# Transfer schedule ownership

`PUT /api/v1/schedules/{scheduleId}/transfer-ownership`

## Path parameters

- `scheduleId` string, uuid, required — The UUID of the scheduled task. Can be found in the schedule's URL after /schedules/.

## Request body

- SchedulesTransferOwnershipBody
  - `userId` string, uuid, required — The UUID of the user to transfer schedule ownership to. Use the List users endpoint to retrieve user IDs. The new owner must be a member of the same organization, not be the current owner, and have permission to view the dashboard associated with the schedule.

## Response `200`

Ownership transferred successfully

- SuccessResponse
  - `success` boolean, required — Whether the operation was successful

## Other responses

- `400` — Invalid user ID
- `401` — Authentication required
- `403` — Permission denied - must be schedule owner or have manage permission
- `404` — Schedule or user not found

---

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