Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions connectors/microsoft-365/sharepoint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ Copy the "Application (client) ID" NOT the "Object ID". These are different valu
- `Sites.FullControl.All`
- Click **Add permissions**

<Note>
**Permission Requirements:**
* `Sites.FullControl.All` is strictly required by the SharePoint API to fetch granular site group permissions.
* `Files.ReadWrite.All` is required by the Microsoft Graph API to establish and renew webhook subscriptions for document libraries. If you don't plan on using webhooks, you can use `Files.Read.All` instead.
</Note>

### Step 4: Grant Admin Consent

- On the API permissions page, click **"Grant admin consent for [Your Organization]"**
Expand Down