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.
https://aka.ms/mgdcdocs
MIT License
54 stars 46 forks source link

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

Open NJarZe opened 1 year ago

NJarZe commented 1 year ago

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!

pejuborg commented 8 months ago

Hi, I'm also interested in this, in my particular case I would like to find the Authentication methods registered to users.

Thanks!

NJarZe commented 8 months ago

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.