Forum Discussion
Agathiyan
Dec 15, 2025Occasional Reader
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.
1 Reply
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.