Forum Discussion
mrdanielmitchell
Apr 20, 2023Copper Contributor
Access Teams Attendance using RSC permission
Objective When a teams video call finishes, get a list of users who attended the meeting. (ideally with the joined and left times) Approach In a teams app manifest file you can add Resource-spe...
Meghana-MSFT
Apr 26, 2023Former Employee
As per the Graph API doc to get attendanceRecords, https://learn.microsoft.com/en-us/graph/api/attendancerecord-list?view=graph-rest-1.0&tabs=http. It makes use of OnlineMeetingArtifact.Read.All permission and RSC permission are currently not supported here.
mrdanielmitchell
Apr 26, 2023Copper Contributor
If this is the case then what is the purpose of the RSC permission ChannelMeetingParticipant.Read.Group and OnlineMeetingParticipant.Read.Chat?
Thanks
- Meghana-MSFTApr 27, 2023Former EmployeeWe will check and get back to you. Thank you.
- Meghana-MSFTMay 17, 2023Former Employee
mrdanielmitchell - Apologies for the delay, we got the below response from engineering team.
The purpose of these permissions is to interact with data in a delegated context. In delegated context, data is shared to an app on behalf of a signed-in user, there is no interaction with Graph APIs. This is explained a bit better on this page Overview resource-specific consent in Teams - Teams | Microsoft Learn under sections Types of RSC permissions & RSC-based data access APIs.