Service Agent
Add a participant to a talk chat
Adds a new participant to a specific talk chat.
post/service_agents/talk_chats/{id}/participants
Path parameters
idstring required
The talk chat ID.
Request body
Response
Participant added successfully.
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"customer_id": "7c4d2f3a-1b8e-4f5c-9a6d-3e2f1a0b4c5d",
"owner_type": "agent",
"owner_id": "d4e5f6a7-b8c9-0d1e-2f3a-4b5c6d7e8f90",
"chat_id": "f6a7b8c9-d0e1-2f3a-4b5c-6d7e8f9a0b1c",
"tm_joined": "2026-01-15T10:00:00.000000Z"
}