Request
Body Params application/json
{
"room_id": "c472ca28-4e06-4594-9c3f-af5e47496d35",
"agent_id": "4ae433db-30e9-11ee-ab3f-005056a30eb5"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/api/v3/rooms/forward-room-to-agent/' \
--header 'X-Auth-User-Id: 68b759a3-30e0-11ee-ab3f-005056a30eb5' \
--header 'Content-Type: application/json' \
--data-raw '{
"room_id": "c472ca28-4e06-4594-9c3f-af5e47496d35",
"agent_id": "4ae433db-30e9-11ee-ab3f-005056a30eb5"
}'
Responses
application/json Modified at 2025-10-13 10:24:22