Scheduled Meetings in Zoom Room not showing in Zoom API

I have a zoom room set up on my zoom account. So I scheduled a meeting for this zoom room following this documentation https://support.zoom.us/hc/en-us/articles/201474605-Schedule-Meetings-in-Zoom-Rooms-Google-
Everything is working properly zoom room accepted the scheduled meeting for today in about an hour. So i tried to get the details of the scheduled meeting for said zoom room using https://api.zoom.us/v2/users/{userId}/meetings
userID i used is the userID for my zoom room. the scheduled meeting for the zoom room doesn’t show up when i tried calling the api.
when i set the query parameter type to upcoming, it returns an empty array.
when i set the query parameter type to scheduled / leave it blank, it returns 3 previous scheduled meetings and does not return the scheduled meeting i set for today in about an hour.
Can someone help me please

Hey @msalazar

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout these related threads that may have the answer you are looking for:

If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

The suggested links above were of no help to me. Someone please help me

Can anyone from the Developer Relations team please help me with my case?

Hi @msalazar,

Thanks for reaching out about this, and happy to help look into this. Can you provide the meeting ID for the meeting you scheduled for the Zoom Room?

Thanks,
Will

Hi will. Thank you for responding.
So right now what I did is i scheduled a meeting for a zoom room about an hour from now and i followed this documentation on how to schedule a zoom room meeting https://support.zoom.us/hc/en-us/articles/201474605-Schedule-Meetings-in-Zoom-Rooms-Google-
The meeting ID is 945 5744 0551
I tried to get the details on the scheduled meeting using https://api.zoom.us/v2/users/{userId}/meetings API call
I used path params userID to the user id of the zoom room. Query parameters type to upcoming.
It is still giving me a blank array. Any help would be appreciated. Thank you

Hi @msalazar,

Thank you for clarifying—I don’t believe meetings that are scheduled via the Google/Zoom Rooms flow will appear in the meetings returned by the Meetings List endpoint, similar to an instant meeting.

Can you try calling this endpoint while the meeting is still upcoming?:
/meetings/{meetingId}

Additionally, have you tried using our Zoom Rooms endpoint to schedule a meeting?:

Thanks,
Will

1 Like

Hi Will. Thank you so much for replying. Issue has already been resolved. Thank you!

Hey @msalazar,

I’m glad that you were able to get it squared away!

Best,
Will

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