Graph API
itemNotFound — Item Not Found
The resource could not be found.
Root cause
The ID provided for the user, group, site, list, or item does not exist, or the authenticated app does not have permission to see that it exists.
How to fix it
- Double-check the resource ID in your Graph URL.
- If you are absolutely sure the ID is correct, you likely have a permission scope issue. Graph returns 404 instead of 403 for some resources to prevent enumeration attacks.
- Ensure your Azure AD app has the correct Application permissions (e.g., User.Read.All).
Decode any M365 error
Paste an unfamiliar error message into the interactive decoder — it searches every code in this catalog and explains the cause in plain English.
Open the Error Decoder →