Description
When calling: /past_meetings/{meetingID} or /past_meetings/{meetingUUID} with either the UUID of Zh/6g6FYQReVvV/u0AbNGw== or id of 145714053,
I get:
3001 code: This meeting is not available or ID is not valid
This only happens with one of my meetings, which makes me think something about that specific meeting/UUID/ID is causing issues.
The API says I should only have to double-encode if the first UUID character is a / or there are double slashes (//). I’ve seen other threads point to double-encoding, but that hasn’t worked either.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Hey @tommy, thanks for your reply. Strange, the uuid and id seem to have changed for that meeting since yesterday. The updated info is below. I still run into the same 3001 This meeting is not available or ID is not valid. error when querying with the updated uuid and id, though.
Note: This meeting comes from another Zoom account I manage (yesandbymarin@gmail.com) – not the account that is associated with my user here.
relevant response from calling {{baseUrl}}/users/:userId/meetings
{
"page_count": 1,
"page_number": 1,
"page_size": 30,
"total_records": 6,
"meetings": [
{
"uuid": "mfj9kSbxRtaDiD5AAT1uiA==",
"id": 802381286,
"host_id": "U-4ZwFrTTiyIqnrwxsYxWw",
"topic": "Meeting Hosted By non-Calabrio User ",
"type": 2,
"start_time": "2020-04-03T21:00:00Z",
"duration": 60,
"timezone": "America/Chicago",
"agenda": "This meeting was created by a Zoom Pro user that doesn't have a c1 account (yesandbymarin@gmail.com) \n- Ty",
"created_at": "2020-04-03T20:39:45Z",
"join_url": "https://us02web.zoom.us/j/802381286"
},
Full error response when I call: {{baseUrl}}/past_meetings/mfj9kSbxRtaDiD5AAT1uiA== and {{baseUrl}}/past_meetings/802381286
{
"code": 3001,
"message": "This meeting is not available or ID is not valid."
}
takes meeting UUID as path parameter but we first need to get the right meeting UUID to use the mentioned endpoint? Any thoughts?
@tommy: Could you please let me know if there is an API that will let the admins know the list of all the meetings that a user has scheduled + attended.