Add-on APIs Information

Hi Zoom Team;

We want to use APIs to process user add-on like webinar; large meeting. But we cannot find APIs to process these add-on for user.

Do you have any recommend about this case ?

Thanks and Best Regards.

Hi @anhnt,

The API methods you’re looking for can be found here.

However, this API can only be used by master accounts that pay all billiing charges of their associated Pro or higher sub accounts. Zoom allows only to use master APIs and manage sub accounts’ subscriptions. You’ll need to email the partner programs team at partner-success@zoom.us for more information, and to gain access to these APIs.

Thanks,
Alex

1 Like

Hi @alexmayo ;

I understand that APIs “https://api.zoom.us/v2/users/{userId}/webinars” is for the task that Subscribe a sub account to a Zoom addon plan.

The situation is:
We are master account and we have sub-account with add-on webinar subscribed already. instead of we must assign manually on web manager, we want to use APIs to assign webinar add-on to specified users on sub-account.

Thanks

Hey @anhnt,

Thank you for reaching out to the Zoom Developer Forum. If you are looking to change the settings of a user on a sub account, you can try using our Master Account Update User Settings API.

The request body for that API should be the same as the account level Update User Settings API which means that you can set feature.webinar to true in order to apply a webinar license to a user on a sub account:

image

Let me know if that helps.

Thanks,
Max

2 Likes

Hi @MaxM ;

Thank you for your support.

Best Regards.

Glad Max was able to help! :slight_smile:

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