Hi Elisa,
Here is the info provided by our team:
Request url - https://api.zoom.us/v2/users/me/meetings
Below is the request body :
{
agenda: “zoom meeting”,
default_password: false,
duration: 60,
password: “1234567”,
schedule_for: “kmahendrakumar@heritageescrow.com”,
settings: {
approval_type:0,
registration_type: 1,
allow_multiple_device: true,
alternative_hosts: ‘kmahendrakumar@heritageescrow.com’,
alternative_host_email_notification: true,
breakout_room :{
rooms: [
{
name: ‘room1’,
participants: [“mregoo@firstam.com”,
“regomartin.gec@gmail.com”,
],
},
],
},
calender_type: 1,
contact_email: “bhoomikah@titlevest.com”,
close_registration: false,
contact_name: “Bhoomika H”,
email_notification: true,
encryption_type: “enhanced_encryption”,
focus_mode: true,
global_dial_in_countries: [“US”],
host_video: true,
join_before_host: false,
meeting_authentication: true,
meeting_invitees: ,
mute_upon_entry: true,
participant_video: true,
registrants_confirmation_email: true,
registrants_email_notification: true,
private_meeting: false,
waiting_room: false,
water_mark: false,
continous_meeting_chat: {
enable: true,
}
},
start_time: new Date().toLocaleDateString(),
timezone:“America/Los_Angeles”,
topic: “Zoom Automation Meeting”,
}