add_user_chat_participant
Add users or agents to chat rooms with specified roles to manage collaboration and access permissions.
Instructions
Add a participant to a chat room.
Args:
chat_id: The chat room ID (required).
participant_id: ID of user or agent to add (required).
role: 'owner', 'admin', or 'member' (optional, defaults to 'member').
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | ||
| participant_id | Yes | ||
| role | No |