chatrooms

Move Student Between Breakouts

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).

post/chatrooms/{room_name}/breakouts/move

Path parameters

room_namestring required

Headers

authorizationstring nullable

Request body

user_idstring required
breakout_room_namestring required

Response

Successful Response

{"stackTrail":"paths:/chatrooms/{room_name}/breakouts/move:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.