Chat Disbale Between Participant

I want to disable chat between participants, it should be only between host/co-host and participant. This is my meeting payload of what changes I need to make. Any suggestion related to this would be helpful for me

{
“topic”: “Zoom API Demo”,
“type”: 2,
“start_time”: “2023-09-07T10:00:00”,
“duration”: 30,
“timezone”: “Asia/Kolkata”,
“password”: “zoom123”,
“agenda”: “Learn how to use the Zoom API”,
“whiteboard”: true,
“settings”: {
“host_video”: true,
“participant_video”: true,
“join_before_host”: true,
“mute_upon_entry”: true,
“watermark”: false,
“use_pmi”: false,
“waiting_room”: false,
“approval_type”: 0,
“registration_type”: 1,
“audio”: “both”,
“auto_recording”: “cloud”,
“enforce_login”: false,
“enforce_login_domains”: “”,
“alternative_hosts”: “”,
“global_dial_in_countries”: ,
“registrants_email_notification”: true,
“meeting_authentication”: false
},
“recurrence”: {
“type”: 1,
“repeat_interval”: 1,
“weekly_days”: “2”,
“end_times”: 10
}
}

Hi @abhijit.a
To be able to disable chat between participants, you will have to go to the Web portal and change that setting there.
You can change that setting to user level (for each specific user) by heading to Personal Tab > Settings > Meeting > In Meeting (Basic) and Meeting chat:

If you want this setting to be applied to all the users under your account, head to Admin Tab > Account Management > Account Settings > Meeting > In Meeting (Basic) and you will find the same Meeting chat feature