list_agent_chat_participants
Retrieve all users and agents participating in a specific chat room. Provide a chat ID to get the list of participants.
Instructions
List participants in a chat room.
Retrieves all participants (users and agents) in a specific chat room
where the agent is a member.
Args:
chat_id: The unique identifier of the chat room (required).
Returns:
JSON string containing the list of participants.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |