Get all webinars using server server OAuth

We have an app registered and when making api calls using that app to below api, it always returns one webinar even though there are many webinars in the sandbox environment.

/users/me/webinars

How to get all webinars present in a particular environment irrespective of which user created the webinar? The endpoint “/users/{userId}/webinars” requires userid to be passed.

Hi @Ramprabhu
Thanks for reaching out to us and welcome to the Zoom Developer Forum, I am happy to help here!
As you are passing the userId in your query params, it is expected that you are only getting webinars created by a specific user.

If you would like to see all webinars under the account, you could use Dashboard endpoint for webinars

hi @Ramprabhu ,
I suggest you first get a list of users and then request for each.
If your admin put all webinar users in a group, you could list the group members and reduce the number of requests to those in a group that use webinars.

all the best

John

1 Like