Relative Content

Tag Archive for microsoft-graph-api

What is the difference between Licenses and Plans

When I use Graph Api, I found that there are two simillar properties at User.
what is the differnce between user/assignedPlans and user/assignedLicenses?
Im confused which one is the one to use

Microsoft Graph Api – Get License Details

I want to get LicenseDetail information about users in my organization. I have to send several Api request(users/userid/licenseDetails) to do this but what i want to do is send only one request. How can I do that?