Issue:
Unable to get “join_url” value in Add meeting registrant API Response. The meeting I created is a “Manual” approval mode meeting… In that case, I read the API documentation and it is said that it wont pass this info back to the caller… It will only send this info to the actual email id registered to the meeting…
However, we need this info as most of our users come to our system before joining to the meeting… So, we need this join_url sent in the Add Regsitrant API response…
Is there any other way to get this data after successfully adding the registrant to the meeting?
API
https://api.zoom.us/v2/meetings/{meetingId}/registrants
Steps to reproduce the behavior:
- Create a Meeting with “Manual” Approval mode
- Add a Registrant for the above meeting with this API call https://api.zoom.us/v2/meetings/{meetingId}/registrants