0
votes

Currently, there is no way to create a subscription for change notifications that track changes to all /groups WITHOUT group membership changes. I know this functionality is available using delta queries with the $select parameter, but that is a pull operation rather than the automatic push notification that is available via webhook notifications/subscriptions. Having this functionality can cut down on the number of notification messages received for groups where membership changes are NOT desired or wish to be tracked by this method - for which in that case, delta notifications could be substituted for that purpose as previously indicated.

Please advise. Thank you!

1

1 Answers

0
votes

Currently change notifications for groups do not support $filter or $select odata query parameter to narrow down notifications. The solution in that case would be to use a combination of change notifications and Delta query where the change notification triggers requesting Delta changes which allow you in turn to determine the content of the change and whether it was "interesting" for your application. If this is not a satisfying solution, you could look at change notifications with resource data (preview), however this is not implemented for groups today so you'd have to request it on uservoice. That or support for odata query parameters.