I am looking for a trigger in azure ad where when any new user is added or user details are updated it should send the details to our api/Database.
Could you please guide me how I can achieve this functionality?
I am looking for a trigger in azure ad where when any new user is added or user details are updated it should send the details to our api/Database.
Could you please guide me how I can achieve this functionality?
Hi @KalimShariff-9337 , Below are the few way to Azure AD triggers, hope it helps. Thanks
https://stackoverflow.com/questions/68455797/azure-ad-user-deletion-and-triggers
https://stackoverflow.com/questions/59189197/trigger-based-on-addition-of-user-in-azure-ad
@KalimShariff-9337 Microsoft Graph APIs provide ways to keep track of changes and you could choose the one that best suits your requirements
Polling for changes using delta queries
Get notified when there are changes by subscribing to changes
Check Audit Logs for any changes
But the delta queries is not working with Azure b2c tenant. Is there any other way I can do that?
@KalimShariff-9337 that is true for Azure AD B2C. I suppose #3 above would be the other way to go then.
21 people are following this question.