Breakouts
Move one participant into a breakout (moderator)
Authorization
tenant-api-key x-api-key<token>
Tenant API key (backend only — never expose to a browser)
In: header
Path Parameters
roomId*string
breakoutId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/api/v1/rooms/string/breakouts/string/move" \ -H "Content-Type: application/json" \ -d '{ "actingExternalUserId": "user_abc123", "participantId": "string" }'Empty