I am looking for a solution to identify users, but without them needing a registered user. I think it would be something like a URL, where I provide his name and email to join the meeting. It would be something like “URL/?name=Kleyson&email=kleyson@email.com”. Does anyone know if this is possible in any way, or an alternative with similar results?
Have you considered our Participant Joined webhook?
If a Zoom user joins while logged in to the Zoom Client, their user ID will be returned.
If you’re trying to account for users who aren’t signed in, requiring registration would be the only way to ensure you can query their unique user details.