Forum Discussion
Sohaib_Khan
Jun 09, 2020Copper Contributor
Microsoft Teams API
Hello, I would like to develop a custom web part in SharePoint Online which will provide me the list of Active users on Team based on presence like Available, Away etc. Also, I would like to deve...
- Jun 10, 2020Hi Sohaib_Khan
For Teams, you would use the Graph API
https://docs.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-1.0
For presence
https://docs.microsoft.com/en-us/graph/api/presence-get?view=graph-rest-beta&tabs=http
For calendar
https://docs.microsoft.com/en-us/graph/api/calendar-get?view=graph-rest-beta&tabs=http
Hope that answers your question
Best, Chris
Jun 10, 2020
Hi Sohaib_Khan
For Teams, you would use the Graph API
https://docs.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-1.0
For presence
https://docs.microsoft.com/en-us/graph/api/presence-get?view=graph-rest-beta&tabs=http
For calendar
https://docs.microsoft.com/en-us/graph/api/calendar-get?view=graph-rest-beta&tabs=http
Hope that answers your question
Best, Chris
For Teams, you would use the Graph API
https://docs.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-1.0
For presence
https://docs.microsoft.com/en-us/graph/api/presence-get?view=graph-rest-beta&tabs=http
For calendar
https://docs.microsoft.com/en-us/graph/api/calendar-get?view=graph-rest-beta&tabs=http
Hope that answers your question
Best, Chris