please help to check why I can get message change notification and lifecycle notification , but can't get contact change notification

Leila Lei 1 Reputation point
2022-04-25T01:52:29.917+00:00

hi,
please help to find the cause

 I subscript messages and contact change notifications for the same user, the 2 subscriptions were created succeed, but I can only get message change notification. If I create a contact or update a contact on exchange, I can't get the change notification, but soon I will get a lifecycle notification, before a month,  use the same code , the contact notification works well.

Thank you for the help

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,569 questions
{count} votes

4 answers

Sort by: Most helpful
  1. ShivaniRai-MSFT 2,726 Reputation points
    2022-04-25T11:15:26.07+00:00

    Hi @Leila Lei ,

    As per this Documentation, Missing of change notification could be because of removal of subscription. Certain events can cause a subscription to be removed:

    • User's password has been reset
    • User's device is out of compliance
    • User's account has been revoked

    Depending upon lifecycle notification value you are getting, you can try following suggestions given in the documentation:

    • Upon receiving a subscriptionRemoved lifecycle notification, the app should recreate the subscription in order to maintain a continuous flow.
    • On receiving a missed lifecycle notification, the app should resynchronize resource data using Microsoft Graph.

    Also you can check this document on maximum expiration time of all the resources.

    Hope this helps.

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

    0 comments No comments

  2. Haveesha K 1 Reputation point
    2022-05-05T10:24:56.247+00:00

    Hi I have this same issue. Do we have a solution for this? Why we miss notification we got before?

    0 comments No comments

  3. Haveesha K 1 Reputation point
    2022-05-05T11:58:34.937+00:00

    "lifecycleEvent": "missed"

    0 comments No comments

  4. Leila Lei 1 Reputation point
    2022-05-18T02:39:13.74+00:00

    hi,
    I have raise a support tick on Microsoft admin page, And Microsoft support engineer have reproduce the issue on their environment, So now I am just waiting for their investigate result.

    Thanks