Zoom - How to pass login code/user name automatically in Join URL in case of password protected meeting where registration option is off

We have integrated Zoom in our application using API.
If i use the registration option then anybody can enter in to a meeting after registering manually.
If i create password protected meeting with no registration then people put wrong email there and report gets impacted.

My question is: How to pass login code/user name automatically in Join URL in case of password protected meeting.

Hi @gcubeteam, append a ?uname={ username } to the end of a (unique) join_url to set the user’s display name on join.

Reference our guide to Zoom Client URL Schemes for more information.