# Graph scope matrix

This reference shows which agents require each Microsoft Graph scope.

| Scope                                                     | Agents                                                                                                                                                                                                                                                                                                                                  |
| --------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Application.Read.All`                                    | [Dormant app registrations](/agents/dormant-app-registrations.md)                                                                                                                                                                                                                                                                       |
| `AuditLog.Read.All`                                       | <p><a href="/pages/eeLqCb8ZeXdWb5Zz8pFN">Sign-in failure explainer</a><br><a href="/pages/9osVO1S57zlPphrxttbJ">Stale guest cleanup</a><br><a href="/pages/T9TDjxe1zHHNg55lrk9D">Tenant change audit</a></p>                                                                                                                            |
| `Device.Read.All`                                         | [Offboarding agent](/agents/offboarding-agent.md)                                                                                                                                                                                                                                                                                       |
| `DeviceManagementManagedDevices.PrivilegedOperations.All` | [Offboarding agent](/agents/offboarding-agent.md)                                                                                                                                                                                                                                                                                       |
| `DeviceManagementManagedDevices.Read.All`                 | <p><a href="/pages/PFwariuLBxTHt1OB2o3V">Compliance overview</a><br><a href="/pages/nIbwwwlfJIIgAZ2rt57T">Find inactive devices</a><br><a href="/pages/nUeyaIIMORK3eli6e5xy">Offboarding agent</a><br><a href="/pages/BbtxD6IDpCD9ge7Jr8UT">OS update posture</a><br><a href="/pages/j3MC95znjBs6ah5wtZir">Tenant health report</a></p> |
| `Directory.Read.All`                                      | [Tenant change audit](/agents/tenant-change-audit.md)                                                                                                                                                                                                                                                                                   |
| `IdentityRiskyUser.Read.All`                              | [Risky user triage](/agents/risky-sign-in-triage.md)                                                                                                                                                                                                                                                                                    |
| `Policy.Read.All`                                         | [Conditional Access explainer](/agents/conditional-access-explainer.md)                                                                                                                                                                                                                                                                 |
| `SecurityEvents.Read.All`                                 | [Secure Score prioritizer](/agents/secure-score-prioritizer.md)                                                                                                                                                                                                                                                                         |
| `User.Read.All`                                           | <p><a href="/pages/9osVO1S57zlPphrxttbJ">Stale guest cleanup</a><br><a href="/pages/785lc47QOVvokxw6qxr5">User license overview</a></p>                                                                                                                                                                                                 |
| `User.ReadWrite.All`                                      | [Stale guest cleanup](/agents/stale-guest-cleanup.md)                                                                                                                                                                                                                                                                                   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openadminos.com/agents/graph-scope-matrix.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
