question

MatthewTerrill-4553 avatar image
0 Votes"
MatthewTerrill-4553 asked Danstan-MSFT answered

Graph API change tracking mailbox settings

We want to track when a user changes their email automatic reply settings.

I am calling;
https://graph.microsoft.com/v1.0/subscriptions

Requesting
changeType: updated
resource: /users

I get blasts of data sent to me with Ids, but I have changed my mailbox settings and I don't get my Id sent.

Does change tracking include changes to automatic reply settings?

microsoft-graph-change-notifications
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Danstan-MSFT avatar image
0 Votes"
Danstan-MSFT answered

Change tracking on mailboxSettings resource type is not currently supported by MS Graph API. When you create a subscription on resource User like you are doing, these changes do not include the mailbox settings changes because that is a different resource.

In your case you can upvote this feature request Graph subscription mailbox created and create a new feature request for Graph subscription mailbox settings updated so that these may be implemented in future.



5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.