Meeting Created date

Is it possible to find when a meeting created using the Zoom API?

We’d like to be able to do a daily check on all newly created meetings so that we can make sure staff are using the correct security settings. While we can set policies under Group Management, some staff need to be able to make unauthenticated meetings, or with outside accounts.

It looks like I can query for meetings scheduled on a certain date, but not for the date they were created.

Hey @pturpie,

Thank you for reaching out to the Zoom Developer Forum. We don’t have an API feature that will allow you to automatically sort by the date a meeting was created.

However, you can use the List Meetings API to obtain a list of meetings and then filter that array based on the created_at field:

image

Let me know if that helps.

Thanks,
Max

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.