AttendanceReport including Join and Leave time in WebSDK?

Is it possible to get MeetingAttendane Reports including each Join and Leave time in WebSDK?

ZoomMtg.getAttendeeslist({}); can only return CurrentList.

Hey @tnt,

Thank you for reaching out to the Zoom Developer Forum. When it comes to the Web SDK, you can try using In Meeting Service Listeners from the SDK itself to get this information or you can call the Get Meeting Attendance Reports API after the meeting has ended.

Let me know if that helps.

Thanks,
Max

1 Like

Hey @MaxM ,
Thanks for your reply.
I want to export the attendance reports after the meeting has ended.
So,I try using API and but response is
Code 200 , Only Available to Paid Acoount
StatusCode : BadRequest
I still have test account developer trial period and can create meeting from API but can’ t get the Meeting Report??
Does it mean I have to upgrade to test this AttendanceReport function?
OR my mistake in source code?

Thanks,
TNT

Hey @tnt,

Thank you for elaborating, please send an email to developersupport@zoom.us with a link to this thread.

In that email, please include your account number as well as the endpoint that you’re using when making this request.

Thanks,
Max

@MaxM ,
Thanks for your reply.
Coz I’m in a hurry, I upgrade my account to Pro.
This error is solved now.

Thanks,
TNT

@tnt Great! I’m glad that it’s working now. I’ll go ahead and close this topic now but feel free to open a new topic if you encounter any further issues or questions.

Max