---
title: "Transfer Ownership"
method: POST
path: "/teams/{team_id}/transfer-ownership/{new_owner_id}"
tags: ["teams"]
---

# Transfer Ownership

`POST /teams/{team_id}/transfer-ownership/{new_owner_id}`

Transfer team ownership.

Args:
    team_id: Team identifier.
    new_owner_id: New owner identifier.
    auth: Authenticated caller.
    service: Team service.

Returns:
    Transfer confirmation.

## Path parameters

- `team_id` string, uuid, required
- `new_owner_id` string, uuid, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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