Description
Hi - I am trying to create meetings using the API endpoint /users/{userId}/meetings
I am sending the following:
{
“START_TIME”: “2020-11-25T14:15:00”,
“PASSWORD”: “m74jKw7r2tP!ss27”,
“AGENDA”: “This is a test meeting generated by the zoom API.”,
“TOPIC”: “Test Meeting”,
“TIMEZONE”: “America/New_York”,
“TYPE”: 2,
“DURATION”: 75
}
It creates the meeting, but it seems to be ignoring all the values I am sending. The meeting time is just the time the request was sent, duration is 1 hour, Topic is “Zoom Meeting”, Description is empty, etc.
any idea why it is is creating the meetings but ignoring the values I am sending?
Error
There is no error - it comes back with a 201 code confirming the creation of the meeting with the default values (not the values I sent)
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
endpoint /users/{userId}/meetings