Meeting Registering Registrants Error - The parameter is required: address

Format Your New Topic as Follows:

API Endpoint(s)
meetings/MEETING_ID/registrants

Description
I am trying to register registrants through this endpoint, but suddenly getting this error “The parameter is required: address.”. I have been using the same API Endpoint for over 3 years and I never had this error. THis came up out of nowhere.

Error?
The parameter is required: address.

How To Reproduce
Steps to reproduce the behavior:
*1.
https://api.zoom.us/v2/meetings/MEETING_ID/registrants?page_size=300",“post_params”:"{“email”:“some@email.com”,“first_name”:“Mike”,“last_name”:“Jordon”}
2. Authentication method or app type
JWT Token
3. Any errors
{“code”:300,“message”:“The parameter is required: address.”}

Hi @didaris

can you check the meeting registration details? It seems you may have made the address field mandatory in order for the participant to be registered

Hi Ojus,

Thank you for the response albeit late. This has already been resolved.