Forum Discussion
Maria_Jose_Martin
Apr 18, 2022Copper Contributor
Is it possible to automatically send attendance reports to my website?
We want to have the facility to receive the attendance reports to our website directly after the meeting, and also to be able to add an invitation (button) to automatically take you or add you to the...
Meghana-MSFT
Microsoft
Apr 19, 2022To receive the attendance reports
- You can subscribe to a callRecord produced after a call or meeting in Microsoft Teams to retrieve the properties and relationships of a callRecord object.
- There is a Graph API - AttendanceReport which contains information associated with a meeting attendance report. Each time an online meeting ends, an attendance report is generated for that session. The response is a JSON object.
To add an invitation (button)
- There is a Graph API Get team to retrieve the properties and relationships of the specified team. You can take webUrl of the team, whenver user clicks on it, it takes you to the Team or gives an option to Join the Team.
- Alternatively you can add the particular user to a team using Add member to team
Thanks,
Meghana
----------------------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- ChetanSharma-msftMay 06, 2022
Microsoft
Maria_Jose_Martin - If above answer is helpful, could you please accept it for more visibility?