How can i generate pre-filled webinar registration link

Description
Hi All, in my company, we create webinars (With Registeration) and attach the webinar links to olur learning management portal.

In our learning management portal, i know the attendee’s registeration information such as “First Name” and to make the registration simple i can pass this parameter to Registeration URL

An Example Webinar Register Link: Webinar Registration - Zoom

The Link with user info like Webinar Registration - Zoom

To Reproduce(Sample Scenerio)
Steps to reproduce the behavior:

  1. Go to Learning Management Portal
  2. Click on Join Webinar Link
  3. Webinar Registeration Page is shown with the parameteres auto Filled with the user information.

Screenshots

Device (please complete the following information):

  • Web

Hey @erhan.harmankaya,

Thank you for reaching out to the Zoom Developer Forum. Currently, we don’t have a method to prefill the form fields based on parameters in the URL. However, the POST /meetings/{meetingId}/registrants endpoint will allow you to register a user programmatically even if they don’t have a Zoom account.

Let me know if that helps.

Thanks,
Max

Thanks @MaxM

I’ve tried with a request but i got

{
“code”: 404,
“message”: “Registration has not been enabled for this meeting: 99065460816.”
}

But i configured the webinar as Registeration configuration

Ooo fixed ( :slight_smile:

I’ve just updated the request as [POST /webinars/{meetingId}/registrants]. Fixed

Thanks a lot

1 Like

Happy to hear you got it sorted out! :slight_smile:

Thanks,
Tommy

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