Forum Discussion
Jun 28, 2017
Group Classification and Microsoft Graph
Is there a way to get the Group classification through the Microsoft Graph? I can't seem to find it, would be nice to show in my PowerBI governance reports.
Aug 25, 2017
Hi Marco,
I can assure you that the information was not available in the 1.0 endpoint at the time of asking, and that was also confirmed by a Microsoft employee in the first answer.
On the other hand: thank you for informing me that it has been moved from the beta endpoint into v1.0!
I can assure you that the information was not available in the 1.0 endpoint at the time of asking, and that was also confirmed by a Microsoft employee in the first answer.
On the other hand: thank you for informing me that it has been moved from the beta endpoint into v1.0!
Marco Scheel
Aug 30, 2017Iron Contributor
I've implemented a lifecyle solution relying on the V1.0 API and I checked my GIT repo and I'm 100% sure the endpoint had the classification attribute 2017-06-27.06.2017. The documentation was updated a little bite later as I checked the GIUTHUB repo of the docs:
https://github.com/microsoftgraph/microsoft-graph-docs/commit/25ff4a45f7eceab94ed306be84f96766ecfd6ad3
This commit is from 2017-07-20. So Microsoft takes some time to update the docs... and maybe the availability of "new" features in the V1 API is different accross tenants...
It just boggled my mind, so I did the research to make sure I was not working with the beta endpoint with my prod apps ;)