Filter meetings by group_id doesn't work as expected

API Endpoint(s) and/or Zoom API Event(s)
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/dashboardMeetings

Description
I have two groups, and I want to filter the current live meetings for each group. However, it seems that the ‘group_id’ parameter isn’t working as it returns all of the live meetings regardless of the group ID I assign. Even if I put in a random group ID, it still returns all of the live meetings

Error?
There is no error, but I expected it only return meetings according the group _id

How To Reproduce
Steps to reproduce the behavior:
here is the curl, I used server oauth for aunthetication

curl --location 'https://api.zoom.us/v2/metrics/meetings?group_id={group_id} \
--header 'Authorization: Bearer {token}' \

thanks in advance

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