Skip to main content

Anyone have a good set up for querying Azure AD via say graph to access specific user object parameters? Looking to replace our current method, which brings in only about 6-8 fields out of 20 something available.

Original message in Cribl Community Slack Message: https://cribl-community.slack.com/archives/C02A9EQV61J/p1680717534405409

Look at using the REST API feature of Azure AD to pull in the data you are looking for.
https://learn.microsoft.com/en-us/rest/api/azure/


Reply