Application-Teams-Memberships
Number of APIs: 9
-
Update team member PATCH https://graph.microsoft.com/v1.0/teams/{{GroupId}}/members/{{UserId}}
-
Update channel member PATCH https://graph.microsoft.com/v1.0/teams/{{GroupId}}/channels/{{ChannelId}}/members/{{UserId}}
-
Add team member POST https://graph.microsoft.com/v1.0/teams/{{GroupId}}/members
-
Get team members GET https://graph.microsoft.com/v1.0/teams/{{GroupId}}/members
-
Get single team member GET https://graph.microsoft.com/v1.0/teams/{{GroupId}}/members/{{UserId}}
-
Get channel members GET https://graph.microsoft.com/v1.0/teams/{{GroupId}}/channels/{{ChannelId}}/members
-
Add channel member POST https://graph.microsoft.com/v1.0/teams/{{TeamId}}/channels/{{ChannelId}}/members
-
Remove team member DELETE https://graph.microsoft.com/v1.0/teams/{{TeamId}}/members/{{UserId}}
-
Remove channel member DELETE https://graph.microsoft.com/v1.0/teams/{{TeamId}}/channels/{{ChannelId}}members/{{UserId}}