Hey @altagencytesting,
This is a bug we are working on fixing.
A work around (or in my opinion the proper way to do this) is to link a Zoom account to your app via OAuth, allowing users to “Login with Zoom” to your app and connect the two.
Use case:
Clicking your “Link My Account with Zoom” button would take users to Zoom’s authorize page (where they would Login or Create an Account with Zoom and authorize your app) then be redirected back to your app (something like https://yourapp.com/?code=eYanu1uG5TucLenI) where you would use the code in the query param to request an access token. Once you have the access_token you can JWT parse it to get the user_id and use the user_id to get the email.
Let my know if this helps,
-Tommy