Microsoft 365 Copilot adoption¶
Microsoft 365 Copilot supplies per-user adoption and licensing context for AI usage inside Microsoft 365.
Release state
This guide documents the read-only m365_copilot connector implemented in
the platform connector surface.
Required access¶
Grant Microsoft Graph read-only access:
| Scope | Purpose |
|---|---|
Reports.Read.All |
Read Copilot usage and adoption report rows. |
User.Read.All |
Read user context for attribution. |
Do not grant write, mailbox-content, or administration mutation permissions.
Setup¶
- Create a dedicated app registration for Venturi.
- Grant the read-only Graph scopes above and complete admin consent.
- Store the credential reference in the tenant secrets flow.
- Configure
ARGMIN_M365_TENANT_IDand setARGMIN_M365_COPILOT_LOOKBACK_DAYSif you need a non-default window. - In Venturi, open Administration -> Connectors -> Microsoft 365 Copilot and run Test connection.
Verification¶
- Per-user Copilot adoption rows appear in the latest sync.
- Licensed rows with zero activity remain visible for adoption denominator analysis.
- The connector inventory marks the integration as read-only.
Rotation and offboarding¶
Rotate the app credential through Microsoft Entra administration. Removing the connector stops new Microsoft 365 Copilot adoption syncs.