---
title: "Reassign Account Owner"
method: PATCH
path: "/v1/accounts/{account_id}/owner"
tags: ["accounts"]
---

# Reassign Account Owner

`PATCH /v1/accounts/{account_id}/owner`

Assign or clear the owner of an account.

Requires the `accounts:write` scope on the API key.

## Path parameters

- `account_id` string, uuid, required

## Request body

- ReassignAccountOwnerPublicInput
  - `owner_user_id` string, uuid, nullable, required — User to assign as owner. Pass null to clear the owner.

## Response `204`

Successful Response

---

[API](https://skmtc.net/topo/apis/topo-public-api.md) · [All operations](https://skmtc.net/topo/apis/topo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topo/topo-public-api/revisions/6e9ca9d5acac/schema)
