@@ -161,6 +161,10 @@ A delegated flow, such as Resource Owner Password Credentials (ROPC) or device c
161
161
| Microsoft Graph | Delegated | User.Read.All |
162
162
| Microsoft Graph | Delegated | Group.ReadWrite.All |
163
163
| Microsoft Graph | Delegated | AppCatalog.ReadWrite.All |
164
+ | Microsoft Graph | Delegated | TeamSettings.ReadWrite.All |
165
+ | Microsoft Graph | Delegated | Channel.Delete.All |
166
+ | Microsoft Graph | Delegated | ChannelSettings.ReadWrite.All |
167
+ | Microsoft Graph | Delegated | ChannelMember.ReadWrite.All |
164
168
| Skype and Teams Tenant Admin API | Delegated | user_impersonation |
165
169
166
170
``` powershell
@@ -203,13 +207,13 @@ Specifies access tokens for "MS Graph" and "Skype and Teams Tenant Admin API" re
203
207
3 . Add the following permission to this Application.
204
208
4 . Click API permissions.
205
209
5 . Click Add a permission.
206
- 6 . Click on the Microsoft MS Graph, and then select Delegated Permission .
207
- 7 . Add the following permissions: "AppCatalog.ReadWrite.All", "Group.ReadWrite.All", "User.Read.All";
210
+ 6 . Click on the Microsoft Graph, and then select Delegated permissions .
211
+ 7 . Add the following permissions: "AppCatalog.ReadWrite.All", "Group.ReadWrite.All", "User.Read.All", "TeamSettings.ReadWrite.All", "Channel.Delete.All", "ChannelSettings.ReadWrite.All", "ChannelMember.ReadWrite.All".
208
212
8 . Next, we need to add "Skype and Teams Tenant Admin API" resource permission. Click Add a permission.
209
213
9 . Navigate to "APIs my organization uses"
210
- 10 . Search for "Skype and Teams Tenant Admin API".
214
+ 10 . Search for "Skype and Teams Tenant Admin API", and then select Delegated permissions .
211
215
11 . Add all the listed permissions.
212
- 12 . Grant admin consent to both MS Graph and "Skype and Teams Tenant Admin API" name.
216
+ 12 . Grant admin consent to both Microsoft Graph and "Skype and Teams Tenant Admin API" name.
213
217
214
218
``` yaml
215
219
Type : String[]
0 commit comments