Bypassing name entry with the join_url

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