microsoftgraph / dataconnect-solutions

Microsoft Graph Data Connect enables scaled access to Microsoft 365 data with fine grained consent model, integrated with compliance and governance, to enable analytics and big data applications on the largest productivity platform.

Home Page:https://aka.ms/mgdcdocs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question - Best approach to get attributes not available in the standard datasets

NJarZe opened this issue · comments

commented

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!