Scheduled Zoom meetings created by API app JWT do not show in "Upcomming meeting"

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

Description
I created a scheduled meeting zoom by JWT app. But it now shows in “Upcomming meetings”.

Error
No error here. I can request to get it info

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

Which Endpoint/s?

/users/{userId}/meetings

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

  1. Request URL / Headers (without credentials) / Body
    Body:
    {
    agenda: “test meeting”
    duration: 60
    password: 648728
    start_time: “2021-08-04T01:00:00”
    topic: “TEST”
    type: 2
    }
  2. No error

Hi @zoomdev4,

Can you make sure you’re scheduling the meeting using the same JWT credentials as belong to the account you’re checking in the UI? Are you getting a 200 response from the API on creation?

Thanks,
Will

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