Create user for webinar

Hello everybody!
I ask what are the first steps or tutorials to create with the “API” users who can enter a webinar.
I am interested in having customized buttons on a website that after login allow me to enter the webinar.
Thank you very much.
sorry for my English
Giuseppe

Hi @zoom11,

Good question! Happy to help clarify.

To create a user, you will need to use this API endpoint:

Note that if the user only needs to join a webinar, you can create a basic/free user (type 1). If you need the user to be able to host a webinar, however, this will require them to be licensed (type 2).

Let me know if you have any questions about this!

Thanks,
Will

Thanks and sorry for the delay … I have to try your suggestion … but in the end I had found a solution to register a user for the webinar using this api:

https://api.zoom.us/v2/webinars/xxxxxxxxx/registrants

that answers me the link to enter.
Isn’t this the right method? or not?

Hi @zoom11,

Yes, this endpoint will also work for you, and it returns a unique join_url for registrants to enter the webinar.

Let me know if you have further questions about this. :slight_smile:

Thanks,
Will

Thanks, it’s very kind of you! Using this api, is there a way to not send the email to the user but only have unique join_url as a response from the api? is there a parameter that cancels sending the email?
sorry for my English
Giuseppe

Hi @zoom11,

Yes, you can disable the confirmation email settings. This is covered here:

You can also adjust this setting when you create a webinar via API:
image

Let me know if this helps!
Will

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