Replies: 3 comments
-
Can anyone tell me if this is a known issue or am I doing something wrong... The rest of the FunctionApp works fine it is only when I get to the New-PnPTeamsTeam that I receive an Insufficient privilege's error? |
Beta Was this translation helpful? Give feedback.
0 replies
-
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I am trying to create a Team for an existing site as part of a LogicApp/ Azure Function App.
I keep getting the following error. Error: Insufficient privileges to complete the operation.
Function Code:
Try {
}
Catch {
write-host -f Red "Error:" $_.Exception.Message
}
API Permissions:
Beta Was this translation helpful? Give feedback.
All reactions