Bypassing name entry with the join_url

Description/Error

I am trying to generate a join_url from our application that does not require the user to insert their name again. I read up on previous posts such as Bypassing entering name step when joining a meeting but not sure if it fits our use case.

Since we have the name of our users, we want them to skip that adding name step. I’ve tried the add registratant API but the join_url it returns still seems to ask for the name of the user.

What options do I have to bypass this step?

Thanks,
Edwin M. Mak

Hey @edwinthinks,

If you are wanting to use the Zoom Web Client for the meetings, then you can use the following join url and prefill the users name via a query param instead of the name input page:

https://zoom.us/wc/{{meetindID}}/join?prefer=1&un=RWR3aW4=

“Edwin” = RWR3aW4=

Make sure to base64 Encode the un value (which can be done programmatically in the coding language you use.

Let me know if that works for your use case! :slight_smile:

If you are wanting to have the registered user join through the installed Zoom App, then the join_url will open it and their name will be automatically included.



Although, if I click the link “join from your browser” then I will have to enter my name. The “join from your browser link” can be turned off however!

Related post:

Thanks,
Tommy

1 Like

Hello tommy,

Thanks for the reply! I think the solution provided doesn’t match my use case 100%. Let me see if that is the case through clarification.

I don’t think we can make our users go directly to the Web Client because currently it seems like audio does not work for Safari and Firefox whom of which are a large portion of our users. Is this accurate?

Could we prevent sending the email when adding a registrant via the API? If so, I think we want to avoid sending emails.

Thanks!

Hey @edwinthinks,

Correct, our Web SDK and Zoom Web Client have limited browser support outside Chrome.

Joining the meeting via the join_url that registrants get will populate their names in the Zoom Native Client/App.

To prevent sending emails to registrants, you can update your meeting and pass in false for "registrants_confirmation_email".

{
  "settings": {
    "registrants_confirmation_email": true
   }
}

Thanks,
Tommy

Hello tommy,
I have same problem when i try join url, we can’t bypass name entry and reCapcha.
My join url: https://zoom.us/wc/99476198357/join?prefer=1&un=RMawxqFuZyBUaOG7iyBIxrDhu51uZw==

1 Like

Hi all,

same issue for me, is there any other way to bypass both ID name and reCAPTCHA?
My join URL: https://zoom.us/wc/6905600007/join?prefer=1&un=RWR3aW4=

Thanks in advance.

Hey @mattia.villaggi,

Only way to bypass is using the Web SDK or Zoom Mobile / Desktop app.

Thanks,
Tommy

Hi Tommy,

thanks for your reply.
Just to understand better, is there any way to bypass the ID name on desktop app? I cannot find any setting about this.

Thanks,
M

Hey @mattia.villaggi,

Can you clarify what you mean by “ID name”? Screenshot would be helpful.

Thanks,
Tommy

I apologize, I am referring to “Your Name” tab.
Scrrenshot attached.

Thanks,

Hey @mattia.villaggi,

There is no way to bypass this.

Thanks,
Tommy