Forum Discussion
JWJ
Oct 25, 2021Copper Contributor
Customize Site Webpart
I've been asked to look into the possibility of surfacing our MS Teams SPO sites/Groups on a page in SPO. The Sites Webpart kind of does this, but its not able to show all o365 groups/Teams that im ...
kevinmckeown8
Oct 25, 2021Iron Contributor
I would recommend looking into a custom web part and using Microsoft Graph functions. They are basically putting everything about users and the various data tied to each user into Microsoft Graph.
This one here might be useful: https://docs.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-1.0
This one here might be useful: https://docs.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-1.0
JWJ
Oct 25, 2021Copper Contributor
Thanks, I was looking at this briefly but I did want to go to far down unfamiliar territory (Graph)