# Pre-fill Webinar Registration Forms

**URL:** https://devforum.zoom.us/t/pre-fill-webinar-registration-forms/6489
**Category:** API and Webhooks
**Created:** [November 2, 2019, 5:54pm UTC](https://devforum.zoom.us/t/pre-fill-webinar-registration-forms/6489 "2019-11-02T17:54:18Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![andrew1](https://avatars.discourse-cdn.com/v4/letter/a/9de053/32.png) [@andrew1](https://devforum.zoom.us/u/andrew1)
#### Post date: [November 2, 2019, 5:54pm UTC](https://devforum.zoom.us/t/pre-fill-webinar-registration-forms/6489/1 "2019-11-02T17:54:18Z")

</div>

**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](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](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

---

<div class="post-metadata">

### Author: ![tommy](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tommy/32/72769_2.png) [@tommy](https://devforum.zoom.us/u/tommy)
#### Post date: [November 5, 2019, 9:24pm UTC](https://devforum.zoom.us/t/pre-fill-webinar-registration-forms/6489/2 "2019-11-05T21:24:25Z")

</div>

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](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrantcreate) **does not require the registrant to have a Zoom account** , so you can customize or pre-fill this experience on your end.

Thanks,  
Tommy

---

<div class="post-metadata">

### Author: ![andrew1](https://avatars.discourse-cdn.com/v4/letter/a/9de053/32.png) [@andrew1](https://devforum.zoom.us/u/andrew1)
#### Post date: [November 5, 2019, 9:50pm UTC](https://devforum.zoom.us/t/pre-fill-webinar-registration-forms/6489/3 "2019-11-05T21:50:54Z")

</div>

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

---

<div class="post-metadata">

### Author: ![tommy](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tommy/32/72769_2.png) [@tommy](https://devforum.zoom.us/u/tommy)
#### Post date: [November 5, 2019, 9:54pm UTC](https://devforum.zoom.us/t/pre-fill-webinar-registration-forms/6489/4 "2019-11-05T21:54:34Z")

</div>

Hey @andrew1,

You can use your [JWT token](https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-jwt-app) to make authenticated requests to register users without them having to OAuth into your application. As long as you own the meetingID 🙂

Duplicate post:

> [@Webinar API for server side apps](https://devforum.zoom.us/t/webinar-api-for-server-side-apps/6516):
>
> Hello folks, Quick question about the webinar API. I want to replace the registration form with a custom signup flow on my own site, but from what I can tell the Webinar API registration endpoint requires an OAuth token. But as OAuth is client side, users wouldn’t be able to use it to sign up using their own details on a custom form. Am I missing a trick here? Thanks Tom

Thanks,  
Tommy

---

<div class="post-metadata">

### Author: ![andrew1](https://avatars.discourse-cdn.com/v4/letter/a/9de053/32.png) [@andrew1](https://devforum.zoom.us/u/andrew1)
#### Post date: [November 6, 2019, 12:07am UTC](https://devforum.zoom.us/t/pre-fill-webinar-registration-forms/6489/5 "2019-11-06T00:07:46Z")

</div>

Sounds good! I’ll give that a shot.

Thanks again 👍

---

<div class="post-metadata">

### Author: ![tommy](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/tommy/32/72769_2.png) [@tommy](https://devforum.zoom.us/u/tommy)
#### Post date: [November 6, 2019, 12:23am UTC](https://devforum.zoom.us/t/pre-fill-webinar-registration-forms/6489/6 "2019-11-06T00:23:04Z")

</div>

Happy to help! 🙂

Let us know if you have any other questions!

Thanks,  
Tommy

---

<div class="post-metadata">

### Author: ![DeveloperBot](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/developerbot/32/12632_2.png) [@DeveloperBot](https://devforum.zoom.us/u/DeveloperBot)
#### Post date: [August 21, 2020, 7:02pm UTC](https://devforum.zoom.us/t/pre-fill-webinar-registration-forms/6489/7 "2020-08-21T19:02:22Z")

</div>


