Pre-fill Webinar Registration Forms

Description/Error
This is more of an inquiry than an error, but I’m wondering if it’s possible to have webinar registration forms pre-filled with user data when navigating to the registration form page https://zoom.us/webinar/register/WN_wIfMF9A7R6-Y-fV2eLPmJg? Is this possible through the use of url parameters?

I found this endpoint (https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrantcreate), but using that assumes a webinar registrant has a Zoom account, which is not actually a requirement when registering for Zoom webinars.

Any help with this would be greatly appreciated, as we’re hoping to add this functionality to our product ASAP.

Thanks in advance,
Andrew

Hey @andrew1, thanks for posting and using Zoom!

As of now we do not have a way to pre-fill webinar registration forms via query params.

Although, the POST /meetings/{meetingId}/registrants does not require the registrant to have a Zoom account, so you can customize or pre-fill this experience on your end.

Thanks,
Tommy

Hi @tommy,

Thanks for the info. It looks as though that endpoint requires an oauth_access_token to be passed in. Won’t users have to go through the OAuth flow to get this token(meaning they’ll need to create or sign in to a zoom account)?

Thanks again

1 Like

Hey @andrew1,

You can use your JWT token to make authenticated requests to register users without them having to OAuth into your application. As long as you own the meetingID :slight_smile:

Duplicate post:

Thanks,
Tommy

Sounds good! I’ll give that a shot.

Thanks again :+1:

1 Like

Happy to help! :slight_smile:

Let us know if you have any other questions!

Thanks,
Tommy