dataconnect-solutions icon indicating copy to clipboard operation
dataconnect-solutions copied to clipboard

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

Open NJarZe opened this issue 2 years ago • 2 comments

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!

NJarZe avatar May 04 '23 19:05 NJarZe

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

Thanks!

pejuborg avatar Jan 08 '24 14:01 pejuborg

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.

NJarZe avatar Jan 08 '24 14:01 NJarZe