Este repositório tem como objetivo listar alguns exemplos de endpoints REST para obter dados da Microsoft Graph API
https://graph.microsoft.com/beta/me/joinedTeams
https://graph.microsoft.com/beta/groups/ID-DO-TEAM/channels
https://graph.microsoft.com/beta/groups/ID-DO-TEAM/members
https://graph.microsoft.com/beta/groups/ID-DO-TEAM/drive/list/items
https://graph.microsoft.com/v1.0/users('usuario@email.com')/photo/$value
https://graph.microsoft.com/beta/groups/ID-DO-TEAM/channels/ID-DO-CANAL
https://graph.microsoft.com/beta/me/insights/trending
https://graph.microsoft.com/v1.0/me/drive/recent
https://graph.microsoft.com/v1.0/me/drive/root/children?$select=name
https://graph.microsoft.com/v1.0/me/drive/sharedWithMe
https://graph.microsoft.com/v1.0/users?$filter=(startswith('Fulano', displayName))
https://graph.microsoft.com/beta/me/people/?$search="topic: topicoAqui"
https://teams.microsoft.com/_#/conversations/Geral?threadId=19:{ID DO GRUPO}