I'm building a database in SQL Server to build reports based on SharePoint Online sites. On the sites I have several columns refering to users, such as "Assigned to", "Owner" and that kind of person column. When reading those lists in OData source, I get the actual value which is the ID of the user in the site however I cannot find a way to get the user name.
In a REST query I know I can use $expand to get those values but that does not seems to work inside SSIS.
Is there a way I can retrieve the list of users of a given site so I can join them with my lists?
Thanks in advance.
Rene Alvarez