TFS API - How to get a Team's Adminstrator?
I'm trying to programmatically retrieve a Team's Administrator Users . For example in a setup like in the picture how can I get 'Billy' as being the Administrator of Team 'QC Manager'? I already have the code that gets all users in a Team via IIdentityManagementService's ListApplicationGroups, getting the group using FirstOrDefault ... and then getting its users via ReadIdentities. I've done some poking around in the Team Web Access assemblies, and this seems to be only available on the server side at the moment (no Rest or Client Object Model option available). The code looks like this: