Registration has not been enabled for this meeting with registrants endpoint

Description
Using api registrants to add registrants to my meeting. and in return I am getting {“code”:404,“message”:“Registration has not been enabled for this meeting: ***********.”}

Error
Registration has not been enabled for this meeting: ***********

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

Which Endpoint/s?
/registrants

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL - https://api.zoom.us/v2/meetings/77464065586/registrants
    Header - one is application/json and another is authorization with bearer token
    Body - {“email":"kanchan@digisoftsolution.net”,“first_name”:“Kanchan”,“last_name”:null,“address”:null,“city”:null,“country”:null,“zip”:null,“state”:null,“phone”:null,“industry”:null,“org”:null,“job_title”:null}

*This post has been edited to remove any meeting / webinar IDs

Hey @parampreet.digisoft, happy to help!

Please make sure your meeting requires registration.

Thanks,
Tommy

I’ve run into the same problem … but the root cause was in the meetingCreate call.

My observation is that new meetingCreate API calls requesting approval types 0 & 1 always result in a new meeting being created – but always with approval type 2, a non-registration open meeting. See discussion and code here.

@tommy Can you look into this, please?

@Tommy found my error on another thread … it’s working now.

1 Like

Happy to hear you figured it out! :slight_smile:

Thanks,
Tommy