Forum Discussion
Agathiyan
Dec 15, 2025Copper Contributor
Resource not found while trying to access the available resource
I am attempting to automate CRUD operations on Microsoft Entra objects using the Microsoft Graph API. However, I am encountering a Resource not found error when accessing a resource programmatically,...
Agathiyan
Dec 18, 2025Copper Contributor
- I am encountering an issue with the GET and DELETE endpoints. The error message states that the resource with the specified ID cannot be found, or that one of the queried properties does not exist.
- I have verified that the access token is valid and includes all the required scopes. The resource does exist in the tenant, and I have double-checked that the ID I am using is correct and matches the existing resource.
- Despite this, the API continues to return a resource not found error frequently when I attempt to perform GET or DELETE operations