---
title: "Move Student Between Breakouts"
method: POST
path: "/chatrooms/{room_name}/breakouts/move"
tags: ["chatrooms"]
---

# Move Student Between Breakouts

`POST /chatrooms/{room_name}/breakouts/move`

Move a student who is ALREADY inside a breakout into a different breakout.
Host/admin only.

Unlike assign-latecomer (whose target student sits in the parent room), the
student here is inside a child room, so a parent-only broadcast wouldn't
reach them. We publish the same `breakout_assign` message the client already
handles into the parent AND every active child, so it reaches the student
wherever they currently are; every other student ignores it (the client
filters the assignment list by its own user_id).

## Path parameters

- `room_name` string, required

## Headers

- `authorization` string, nullable

## Request body

- MoveBreakoutRequest
  - `user_id` string, required
  - `breakout_room_name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/45cbba31aa7d/schema)
