Using this template helps us debug your issues more effectively
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