Which fields are required to create a meeting?

Hey,

Just a quick question about an API call to create a meeting. What fields are required and which ones can I leave null without any repercussions? I am using this: Zoom Meeting API
to create the meeting. Any help would be greatly appreciated.

@zcrimmel ,

You can create a meeting with an empty json payload.

Is it a good idea? Probably not.

You might want to control minimally topic, password, start time, timezone and duration.

Additionally you might consider adding preferences such as waiting room, join before host etc…