Forum Discussion
Vaibhav Ukandrao Gadre
Feb 22, 2019Copper Contributor
office rest API to find office online license details for user
Hello, We are building an app which has Microsoft office login through oauth 2.0 where user can login and if user valid office online user we will authorize user to access our app. In this scena...
Shantha Kumar
Feb 22, 2019Brass Contributor
Try the below Microsoft Graph URL,
https://graph.microsoft.com/v1.0/me/licenseDetails/
https://graph.microsoft.com/v1.0/users/{userid}/licenseDetails/
Ref:
https://docs.microsoft.com/en-us/graph/api/user-list-licensedetails?view=graph-rest-1.0
https://graph.microsoft.com/v1.0/me/licenseDetails/
https://graph.microsoft.com/v1.0/users/{userid}/licenseDetails/
Ref:
https://docs.microsoft.com/en-us/graph/api/user-list-licensedetails?view=graph-rest-1.0