Forum Discussion
RanMilstein
Aug 26, 2020Copper Contributor
export Organization structure
Hello, Is there a way to export the org structure tree in some format (CSV, JSON, xls, other)?
- Aug 26, 2020
While there is no way to export this out of Teams, the org chart is build based on information stored within your directory, which you can query programmatically via PowerShell or the Graph API to build your own solution.
VasilMichev
Aug 26, 2020MVP
While there is no way to export this out of Teams, the org chart is build based on information stored within your directory, which you can query programmatically via PowerShell or the Graph API to build your own solution.
Ward_Williams_Nuwest
Dec 23, 2021Copper Contributor
Please give some more information on how to do this Vasil. Can you point us to some sample Powershell code or a link to a description step by step of how to do this? Obviously this data is in Teams, so hopefully there's a standard way to do it...?