Ability to include password on URL using GET parameter

Looking for a way to add passwords (unencrypted) on the URL. The meeting organizers don’t alway use the “embed” password feature… so this will be used for people who want to schedule existing Zoom meetings on their calendar. So when I see this:


Password: 052530

I can save this on calendar as: https://zoom.us/j/281141955?p=052530

I know the following URL schema for the app works… but need the same thing from an http or https…
zoommtg://zoom.us/join?browser=chrome&confno=281141955&pwd=Room1

Hey @justinee,

You will need to use the url password version which is encoded.

You can get it from the API, or from the Meeting Settings.

?pwd=encodedPassword

Thanks,
Tommy