Why I get "Resource does not exist or one of its queried reference-property objects are not present" error when I get changeType=UPDATED MS change notification for my Users resources

testfestAdmin 0 Reputation points
2024-08-21T05:23:52.0933333+00:00

I subscribed to MS users resources successfully and can receive the change notification, however when I try to call the get user API, I always get below error.
does not exist or one of its queried reference-property objects are not present

Could you help check one of the requestID to see why it happened? Thanks.

Non success response received from MicrosoftGraphApisResponse where statusCode=404 response={"error":{"code":"Request_ResourceNotFound","message":"Resource 'c1a266dd-ddaa-4788-8c33-5d82b3181c84' does not exist or one of its queried reference-property objects are notpresent.","innerError":{"date":"2024-08-20T16:20:46","request-id":"9dc095ad-2afe-4d0c-a4b5-656e5f93c927","client-request-id":"9dc095ad-2afe-4d0c-a4b5-656e5f93c927"}}}

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,890 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. CarlZhao-MSFT 41,291 Reputation points
    2024-08-21T06:40:54.24+00:00

    Hi @testfestAdmin

    This error is easy to reproduce, check if the user's id or UPN is correct and exists in the current tenant.

    User's image

    Hope this helps.

    If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.