I am trying to use Graph API to get the cost per user subscription, based on the Office365 applications/services the given user is assigned to.
Are there any rest endpoints that give me such details? I have tried the following endpoints/documentation
https://docs.microsoft.com/en-us/graph/api/subscribedsku-list?view=graph-rest-1.0&tabs=http
https://docs.microsoft.com/en-us/graph/api/user-list-licensedetails?view=graph-rest-1.0&tabs=http
https://docs.microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0&tabs=http
I have also referred to
https://stackoverflow.com/questions/53548640/what-api-to-use-when-getting-microsoft-365-subscription-price-i-e-office-365-bu which sums up my question, but the reply to the post is old and I was wondering if there has been any new development in graph rest endpoint, that exposes the cost of user subscription (per year or per month). If not, are there any other endpoints that I can use?
Thanks,
Austin