Ability to Create Participant-Specific Join URLs?

Using this template helps us debug your issues more effectively :slight_smile:

Description
We are looking to utilize the Zoom API to create Zoom meetings that generate distinct Join URLs that are specific to a participant.

In reviewing the API documentation, it appears that you can’t apply this setting on the meeting itself but that you may be able to leverage something similar with the ‘Register a Participant’ functionality in the API (linked below).

Can you confirm if this is the best way to achieve this functionality?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
TBD

How To Reproduce (If applicable)
N/A

Screenshots (If applicable)
N/A

Additional context
N/A

Hi @ryanE,

As you suspected, registration would be the way to accomplish this. You can create a meeting with registration required, and then add registrants using the endpoint you’ve referenced here. The /registrants API response will return a unique join_url per participant.

Thanks,
Will

Thanks Will.

In reviewing the ‘Meeting Create’ API documentation, can you confirm which parameter is set to require registration? I searched through the parameters but didn’t see one (unless you’re referring to us setting the ‘meeting_authentication’ parameter to True)

Hey @ryanE,

When it comes to the Create a Meeting API, you would use the settings.approval_type property to enable registration:

I hope that helps!

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.