Microsoft
Connect Microsoft to Nordvec: what gets indexed, how to filter searches by it, and how to connect. Productivity Suite.
Unify OneDrive, Outlook, SharePoint, OneNote, and Teams into a single searchable knowledge base with respect for existing permissions.
What gets indexed
Nordvec ingests the following from Microsoft:
| Content | Details |
|---|---|
| OneDrive | OneDrive files and documents |
| Microsoft Outlook | Emails and attachments |
| SharePoint | Team sites and document libraries |
| OneNote | Notebooks and pages |
| Microsoft Teams | Team messages and channels |
Filtering searches by Microsoft
Documents synced from Microsoft carry these source_provider values. Pass one to
/documents/search to restrict results to
this connector:
microsoftoutlookonedrivesharepointmicrosoft_onenotemicrosoft_teams
curl https://nordvec.com/api/v1/documents/search \
-H "Authorization: Bearer $NORDVEC_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "quarterly report", "sourceProvider": "microsoft"}'Connecting Microsoft
Connect Microsoft from your integrations settings. Nordvec authenticates over OAuth and mirrors the source's own access controls, so search only ever returns Microsoft content the user can already see. Documents are stored in the EU; every processor that touches them is published with its jurisdiction and transfer basis at /subprocessors.
Microsoft is treated as a privacy-sensitive personal source. Query text against it is never collected for product analytics, protecting sensitive personal content.