Forum Discussion
Check Azure AD version via Microsoft Graph
- Apr 02, 2020
HI Jon_Monks
My apologies, I was too fast, correct URL: https://docs.microsoft.com/en-us/graph/api/organization-get?view=graph-rest-1.0&tabs=http
I just checked the Graph documentation and I don't see any direct way of doing it.
You could query org details and filter AAD licenses? https://docs.microsoft.com/en-us/graph/api/organization-get?view=graph-rest-1.0&tabs=http
- Jon_MonksApr 02, 2020Copper Contributor
Thijs Lecomte Thanks Thijs, that could definitely be an option. That link redirects to this question, did you happen to have an article?
- Thijs LecomteApr 02, 2020Bronze Contributor
HI Jon_Monks
My apologies, I was too fast, correct URL: https://docs.microsoft.com/en-us/graph/api/organization-get?view=graph-rest-1.0&tabs=http
- Jon_MonksApr 02, 2020Copper Contributor
Thijs Lecomte Thijs, your profile says you are a super contributor. I completely agree! 🙂
That did the trick nicely. For anyone who might read this post in the future, you may find the following article useful too.