I need each Member user created through API to start webinar as alternative host without creating an account in zoom or making a log in to zoom, how to do this?
You can make an API call to the User Token endpoint to get a ZAK token for a specific user in a Zoom account. You can then append that onto a start link for a webinar ie:
GET https://api.zoom.us/v2/users/email@domain.com/token?type=zak
returns a token
2 Likes
Hey @digitalcustdev,
You can also start the webinar with the start_url returned from the Create and Get webinar endpoints.
Thanks,
Tommy
1 Like