Generate join link

Hi

When a user registers for a password protected meeting they are sent an email with meeting information. Included in that email is a link with a long URL that they can click to join the meeting and bypass entering the password. Is there way a to get that URL from the API?

Hey @jheadley,

Yes, you can get it from the Create Meeting, or Get Meeting response.

Thanks,
Tommy

Thank you for your assistance.

I’m not talking about the join_url – that connects to the meeting, but still prompts for a password. I want the URL that bypasses
the password. Unless I’m mistaken and the join_url does do that, I’m basing my assertion off of the example on the reference page.

Hey @jheadley,

The password is included in the response of the endpoints I mentioned above:

Notice the password is included in the join_url, and the other encoding versions of the password are included in the response payload.

Thanks,
Tommy