You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make MS graph main datasource for profile data at initial add
Get claims of profile
Sync to local database
Updating local database with changes in the Microsoft Graph user profile data
Use the delta query feature of Microsoft Graph API. This feature allows you to retrieve only the changes made since the last time you queried the data. You can use this feature to keep your local database in sync with the Microsoft Graph user profile data. https://docs.microsoft.com/en-us/graph/delta-query-overview?view=graph-rest-1.0
goodtocode
changed the title
Subjects - Dual repo with microsoft graph and local DB
Subjects - Initial fill local Db with microsoft graph deltas
Jun 4, 2023
Make MS graph main datasource for profile data at initial add
Get claims of profile
Sync to local database
Updating local database with changes in the Microsoft Graph user profile data
Use the delta query feature of Microsoft Graph API. This feature allows you to retrieve only the changes made since the last time you queried the data. You can use this feature to keep your local database in sync with the Microsoft Graph user profile data.
https://docs.microsoft.com/en-us/graph/delta-query-overview?view=graph-rest-1.0
Use webhooks to receive notifications when changes are made to the Microsoft Graph user profile data. This way, you can update your local database in real-time.
https://docs.microsoft.com/en-us/graph/webhooks-overview?view=graph-rest-1.0
The text was updated successfully, but these errors were encountered: