From a9ffd02029f91d3b03e24924c46412900a29a575 Mon Sep 17 00:00:00 2001 From: Keepers Date: Tue, 13 Dec 2022 18:03:12 -0700 Subject: [PATCH] add sharepoint fullcontrol permission to docs (#1803) ## Description `Sites.FullControl.All` should provide permission to all sites and site-related things (site lists, site list items, etc). This is just going off of microsoft documentation, not actual testing. ## Type of change - [x] :world_map: Documentation --- website/docs/setup/m365_access.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/setup/m365_access.md b/website/docs/setup/m365_access.md index 5e38835a4..7142b44aa 100644 --- a/website/docs/setup/m365_access.md +++ b/website/docs/setup/m365_access.md @@ -56,6 +56,8 @@ then click **Add permissions**. | Files.ReadWrite.All | Application | Read and write files in all site collections | | Mail.ReadWrite | Application | Read and write mail in all mailboxes | | User.Read.All | Application | Read all users' full profiles | +| Sites.FullControl.All | Application | Have full control of all site collections | + ### Grant admin consent