How to get list of attendees of a meeting via zoom api

How to get list of attendees of a meeting via zoom api

https://zoom.github.io/api/#get-user-report

https://zoom.github.io/api/#get-meeting-detail

Neither of your links works, I believe because you are referencing V1 API docs, which have moved.  What are the V2 equivalents and can you verify that they are actually functional?   I have been totally unsuccessful in getting meeting participants for a non-live meeting.  This could be tied to being unable through any means to actually “end” a meeting.

 

Hi Stephen, 

Have you tried this https://zoom.github.io/api/#retrieve-past-meeting-participants to get a list of attendees ?

Thanks