---
title: "Assign or clear the owner of a knowledge-gap cluster"
method: PATCH
path: "/v1/knowledge-gaps/clusters/{cluster_id}/owner"
tags: ["knowledge-gap-analytics"]
---

# Assign or clear the owner of a knowledge-gap cluster

`PATCH /v1/knowledge-gaps/clusters/{cluster_id}/owner`

## Path parameters

- `cluster_id` string, uuid, required

## Request body

- AssignOwnerRequest — Body for ``PATCH /clusters/{cluster_id}/owner``. ``owner_user_id=null`` clears ownership.
  - `owner_user_id` string, uuid, nullable, required — OrgMember.id of the new owner, or null to unassign.
  - `note` string, nullable

## Response `200`

Successful Response

- LifecycleTransitionResponse — Wire shape for a successful lifecycle mutation. Mirrors ``ClusterTransitionResult`` from the lifecycle service with enum statuses flattened to their string values for SDK ergonomics.
  - `cluster_id` string, uuid, required
  - `from_status` string, required
  - `to_status` string, required
  - `actor_user_id` string, uuid, nullable, required
  - `event_id` string, uuid, nullable, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
