I am trying to get past meeting participants using the below API
END POINT - https://api.zoom.us/v2/past_meetings/{meetingid}/participants
but I am getting the below response {
“code”: 3001,
“message”: “Meeting does not exist: {xxxxxxxxxxx}.”
}
I am trying to get past meeting participants using the below API
END POINT - https://api.zoom.us/v2/past_meetings/{meetingid}/participants
but I am getting the below response {
“code”: 3001,
“message”: “Meeting does not exist: {xxxxxxxxxxx}.”
}
Hi @tekditechnologies
thanks for reaching out to us and welcome to our community
Please make sure that you are passing a valid meeting ID, and that you have not deleted it. Also, make sure that the meeting was held.
Hi @elisa.zoom
I have provided a valid meeting ID, and the meeting has not been deleted, yet I am still receiving the same response.
Meeting ID - 868 7849 0322
Just an update on this public thread, the fix to this issue was to get rid of the curly braces that were being passed in the request URL
END POINT - https://api.zoom.us/v2/past_meetings/{meetingid}/participants
The meetingID should not contain “{ }”