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, even though the same resource is accessible without issue when invoking the API endpoint via Postman.
2 Replies
- AgathiyanCopper 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
Can you be a bit more specific, which resources/endpoints are you trying to access, what is the full error message? If I were to take a wild guess, I'd start with the access token - make sure you are using the correct flow and that the desired/required permissions are correctly reflected within the token's payload. Also make sure you're passing the correct identifiers where applicable.