Hi Zoom Team,
The Create Workspace Reservation API gives the following error when reserving a workspace.
{
"code" : 8201,
"message" : "Failed to reserve workspace."
}
Request Body looks like this:
{
"start_time": "2023-03-15T22:00:54Z",
"end_time": "2023-03-15T22:30:54Z",
"meeting": {
"end_to_end_encrypted": true,
"password": "12345",
"waiting_room": true
},
"topic": "Testing",
"reserve_for": "<User_id_inserted>"
}
I have followed the exact request body as mentioned in the API documentation given here:
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/createReservation
This API used to work earlier but has stopped working recently. The other workspace APIs work fine.
Regards,
Swapnil