Changing webinar host using the API

Description
Can I somehow change the host of a webinar using the API, after it’s created? From what I see I can do that using the “scheduled for” option on the web interface. I wasn’t able to do that using the user_email field which is used upon creation.

Which Endpoint/s?
PATCH /webinars/{webinarId}

Hey @pferreir

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

No, none of those threads answer my question.

Hey @pferreir,

It’s not currently possible to update the original/primary host of an existing webinar programatically. However, you can add alternative_hosts via the PATCH method for /webinars/{webinarId}. Alternative Hosts can start the meeting on the host’s behalf.

I hope this helps!

Best,
Will

1 Like

Hi @will.zoom,
Thanks for the information.

Best,
Pedro

Glad we could help @pferreir!

Best,
Will

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