---
title: "Transfer ownership of a group chat to another member"
method: POST
path: "/v1/chat/rooms/{roomId}/transfer"
tags: ["chat"]
---

# Transfer ownership of a group chat to another member

`POST /v1/chat/rooms/{roomId}/transfer`

## Path parameters

- `roomId` string, uuid, required

## Request body

- object
  - `newOwnerId` string, uuid, required

## Response `200`

Successful response

- object
  - `success` boolean, required

## Other responses

- `404` — Resource not found

---

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