Delegated-Teams
Number of APIs: 14
-
Get my joined teams GET https://graph.microsoft.com/v1.0/me/joinedTeams
-
Get members of a team GET https://graph.microsoft.com/v1.0/groups/{{TeamId}}/members
-
Get channels of a team GET https://graph.microsoft.com/v1.0/teams/{{TeamId}}/channels
-
Get channel info GET https://graph.microsoft.com/v1.0/teams/{{TeamId}}/channels/{{ChannelId}}
-
Create channel POST https://graph.microsoft.com/v1.0/teams/{{TeamId}}/channels
-
Get apps in a team GET https://graph.microsoft.com/v1.0/teams/{{TeamId}}/installedApps?$expand=teamsAppDefinition
-
Get tabs in a channel GET https://graph.microsoft.com/v1.0/teams/{{TeamId}}/channels/{{ChannelId}}/tabs?$expand=teamsApp
-
Get items in a team drive GET https://graph.microsoft.com/v1.0/groups/{{TeamId}}/drive/root/children
-
Get messages (without replies) in a channel (beta) GET https://graph.microsoft.com/beta/teams/{{TeamId}}/channels/{{ChannelId}}/messages