Getting multiple post to my message notificationUrl

Support 1 Reputation point
2022-07-23T08:05:30.683+00:00

Hi,

Microsoft posting message multiple times at the notificationUrl.

Example to create subscription:
{
"changeType": "created",
"notificationUrl": NOTIFICATION_URL,
"resource": "users/OBJECT_ID/messages",
"expirationDateTime": DATE,
"clientState": "secretClientState"
}

Why Microsoft posting multiple times for single message? How we can resolve this ?

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

1 answer

Sort by: Most helpful
  1. Bhanu Kiran 3,606 Reputation points
    2022-09-20T00:56:07.48+00:00

    Hi @Support ,

    It is a known issue when you use the change notification of user messages.
    As /messages is under the /users endpoint so it also applies to this.

    242732-177860-known.png

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

    0 comments No comments

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.