Creating a Meeting via API /v2/users/{userId}/meetings with invalid user

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

Description
Creating a meeting with the invalid user still returns “201 created” with a valid json response, with meeting ID and meeting details

However, later on , this ID can’t be used as returns “meeting invalid”

When creating a webinar with the same invalid user, the API call fails with:

Webinar plan is missing. You must subscribe to the webinar plan and enable webinars for this user in order to perform this action:

Potentially the meetings call should also fail with the same error?

Error
The bug above creates issues with meetings, as the back end gets the valid response back and maps the meeting to the meeting in our system. However, this messes up with meetings and enrollments, as meeting does not exist in Zoom

Which Endpoint/s?
/v2/users/{userId}/meetings

Hey @tbuckley,

Our Meetings and Webinar APIs require different packages. When you try to create a webinar for the user, can you ensure the User has a Webinar license?

Thanks,
Will

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