Create Meeting API returns 300 Validation failed. settings authentication_exception. Invalid parameter: authentication exception

Hello, I’m trying to create a meeting using create meeting API Endpoint https://api.zoom.us/v2/users/{userId}/meetings

With some settings

{
    "authentication_domains": "mydomain.domain",
    "authentication_option": "auth_option_id",
    "meeting_invitees": [/* array of 105 people email object */]
    "authentication_exception": [/* array of 105 people name and email object */]
}

However the api return 400 Bad Request Response with message
300 Validation failed. settings authentication_exception. Invalid parameter: authentication exception

I need to create a meeting that only users with specific domain and with users exception can join the meeting.

Is there any workaround for this?
Thanks

Hi @mahendra
Thanks for reaching out to the Zoom Developer Forum and welcome to our community! I am happy to help here!
Are you still getting this error on your end?
Could you please share with me the entire request body that you are sending so I can try and replicate this issue on my end?

Have a wonderful day,
Elisa

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