I am using Team Foundation Server (TFS) 2013 and Visual studio 2012. I need a list of all the user in TFS.
Is there any way to get all the users in TFS using C#?
I am using Team Foundation Server (TFS) 2013 and Visual studio 2012. I need a list of all the user in TFS.
Is there any way to get all the users in TFS using C#?
Get the users list from TFS 2010, you can try use the TFS API, please refer to the following code snippet:
Please try this code, above code is working in VS2010 & VS2013. Let me know if you have any questions.
More information in this link