Application-Teams
Number of APIs: 11
-
Delete team DELETE https://graph.microsoft.com/v1.0/groups/{{GroupId}}
-
Create team from group PUT https://graph.microsoft.com/v1.0/groups/{{GroupId}}/team
-
Update team PATCH https://graph.microsoft.com/v1.0/teams/{{TeamId}}
-
Get user's joined teams GET https://graph.microsoft.com/v1.0/users/{{UserId}}/joinedTeams
-
Get primary channel GET https://graph.microsoft.com/v1.0/teams/{{GroupId}}/primaryChannel
-
Get team channels GET https://graph.microsoft.com/v1.0/teams/{{GroupId}}/channels
-
Get team GET https://graph.microsoft.com/v1.0/teams/{{TeamId}}
-
Create team POST https://graph.microsoft.com/v1.0/teams/{{TeamId}}/channels/{{ChannelId}}/members
-
Archive team POST https://graph.microsoft.com/v1.0/teams/{{TeamId}}/archive
-
Clone team POST https://graph.microsoft.com/v1.0/teams/{{TeamId}}/clone