---
title: "Update playbook run owner"
method: POST
path: "/plugins/playbooks/api/v0/runs/{id}/owner"
tags: ["PlaybookRuns"]
---

# Update playbook run owner

`POST /plugins/playbooks/api/v0/runs/{id}/owner`

## Path parameters

- `id` string, required

## Request body

- object
  - `owner_id` string, required — The user ID of the new owner.

## Response `200`

Owner successfully changed.

## Other responses

- `400` — The request is malformed.
- `403` — Access to the resource is forbidden for this user.
- `500` — There was an internal error in the server.

---

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