---
title: "Reassign Contact Owner"
method: PATCH
path: "/v1/contacts/{contact_id}/owner"
tags: ["contacts"]
---

# Reassign Contact Owner

`PATCH /v1/contacts/{contact_id}/owner`

Assign or clear the owner of a contact.

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

## Path parameters

- `contact_id` string, uuid, required

## Request body

- ReassignContactOwnerPublicInput
  - `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/versions/6e9ca9d5acac/schema)
