I am working on a POC for getting Users under GSuit domain using Directory API, which always return all the users under the given domain. I want to monitor the changes for all the users, is there any API for the same MSGraph has delta API which returns only users which is updated.
I explored about the Watch API which creates a notification channel and sends the notification, but my requirement was to sync information incrementally with the help of some scheduled process.