How to detect, if Webinar add-on is available on user's account via API?

Hello!

We’re integrating OAuth authentication for Zoom into our platform.
Can you please let us know what is the best way, to detect if Webinar add-on and it’s API are available?
We are thinking of checking ‘WebinarSetting:Edit’ permission on /user/me/permissions API.
Will that work? Any other suggestions?

Thanks!

Hey @tkrevh,

You can see the users features with the Get Users Settings endpoint:

Thanks,
Tommy

1 Like