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
We are using the Graph Data Connect to extract Azure AD information for all users in our tenant (using Azure Data Factory). The extractions works as expected but there are fields that don't seem to be available in the standard schemas (e.g. Employee ID or schema extensions).
What's the best approach to get these fields? Should we then use the API to get these values for each user?
Is there a better, more efficient, approach?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'm also interested in this, in my particular case I would like to find the Authentication methods registered to users.
Thanks!
@pejuborg - FYI, I ended up abandoning this way of extracting Azure AD information and used the MS Graph API directly. It's a bit more work, but you have a lot more flexibility on what you can do.
We are using the Graph Data Connect to extract Azure AD information for all users in our tenant (using Azure Data Factory). The extractions works as expected but there are fields that don't seem to be available in the standard schemas (e.g. Employee ID or schema extensions).
What's the best approach to get these fields? Should we then use the API to get these values for each user?
Is there a better, more efficient, approach?
Thanks!
The text was updated successfully, but these errors were encountered: