简体   繁体   中英

How to get Meeting Attendance Report of a Created Teams Online Meeting with Graph Api

How to get the attendance report of an online meeting created with Graph Api?

I just want to find duration information who has attended the online meeting.

I can create an online meeting on behalf of a user with using the endpoint https://graph.microsoft.com/v1.0/users/....../onlineMeetings successfully and also get the meeting with using the meeting id.

The response has meetingAttendanceReport parameter but it is returning null . How to find the information about the attendees?

I have researched the call records api to get these but cannot find the connection between online meeting api and call record api. CallRecord api wants a parameter of id .

How to find the call record id of the online meeting?

Please follow example 6 as described here to get meeting attendance report of an online meeting.

Please note this is only available in beta for now and should not be used with V1 end points.

Also ensure you have necessary permission to call this API.

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM