- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有两种 office365 许可证。
Office 365 Business
Office 365 Business Premium
我想获取许可证列表的详细信息,结果如下
Office 365 Business - WHITEBOARD_PLAN1
Office 365 Business - Microsoft Forms (Plan E1)
Office 365 Business - Exchange Foundation
Office 365 Business - Sway
Office 365 Business - Office Online
Office 365 Business - Old - OneDrive for Business (Plan 1)
Office 365 Business - O365 Business
Office 365 Business Premium - MICROSOFT_SEARCH
Office 365 Business Premium - WHITEBOARD_PLAN1
Office 365 Business Premium - MYANALYTICS_P2
Office 365 Business Premium - DYN365BC_MS_INVOICING
Office 365 Business Premium - KAIZALA_O365_P2
Office 365 Business Premium - STREAM_O365_SMB
Office 365 Business Premium - Deskless
Office 365 Business Premium - To-Do (Plan 1)
Office 365 Business Premium - Microsoft Bookings
Office 365 Business Premium - Microsoft Forms (Plan E1)
Office 365 Business Premium - Flow for Office 365
Office 365 Business Premium - PowerApps for Office 365
Office 365 Business Premium - O365_SB_Relationship_Management
Office 365 Business Premium - Microsoft Teams
Office 365 Business Premium - Microsoft Planner
Office 365 Business Premium - Sway
Office 365 Business Premium - Office Online
找了几个小时也没找到api。
所以有人可以帮忙吗?谢谢
最佳答案
我希望你有一个天蓝色的租户。如果您询问 API 以列出您的组织已获得的商业订阅,则可以使用 Microsoft Graph API。 subscribedSkus API 可以列出您的订阅:
https://learn.microsoft.com/en-us/graph/api/subscribedsku-list?view=graph-rest-1.0&tabs=cs
Microsoft Graph API 提供单个终结点 https://graph.microsoft.com
,以提供对 Microsoft 365 服务的访问。您可以使用 REST API 或 SDK 访问端点。
这里的请求 URL https://graph.microsoft.com/v1.0/subscribedSkus
给出的 json 响应有点像:
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#subscribedSkus",
"value": [
{
"capabilityStatus": "Enabled",
"consumedUnits": 1,
"id": "gf7-b578-5b71df",
"skuId": "c7-392b571df",
"skuPartNumber": "ENTERPRISEPREMIUM",
"appliesTo": "User",
"prepaidUnits": {
"enabled": 1,
"suspended": 0,
"warning": 0
},
"servicePlans": [
{
"servicePlanId": "c4806f287",
"servicePlanName": "INFORMATION_BARRIERS",
"provisioningStatus": "PendingProvisioning",
"appliesTo": "User"
},
{
"servicePlanId": "e95bec9d0c014",
"servicePlanName": "SHAREPOINTWAC",
"provisioningStatus": "Success",
"appliesTo": "User"
}
]
}
]
}
将结果与 https://admin.microsoft.com/AdminPortal/Home#/licenses 中提供的信息进行比较.
您可以看到对于每种许可证类型,
"consumedUnits": 1
指的是Assigned 许可的数量
"prepaidUnits": { "enabled": 1 }
指的是有效许可数
关于office365 - 如何通过 office365 api 获取许可证详细信息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56767216/
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 想改进这个问题?将问题更新为 on-topic对于堆栈溢出。 6年前关闭。 Improve this qu
我正在制作一个网站(在商业环境中),用户可以将视频上传到我们的服务器 这自然会导致浏览器兼容性问题。解决方案是在服务器上使用 FFmpeg 对它们进行转码。 问题是我一直在阅读 FFmpeg 和它的许
已结束。此问题不符合 Stack Overflow guidelines .它目前不接受答案。 这个问题似乎与 help center 中定义的范围内的编程无关。 . 关闭 7 年前。 Improve
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 想改进这个问题?将问题更新为 on-topic对于堆栈溢出。 6年前关闭。 Improve this qu
已关闭。此问题不符合Stack Overflow guidelines 。目前不接受答案。 这个问题似乎与 help center 中定义的范围内的编程无关。 . 已关闭 8 年前。 Improve
我已将 Sitecore 项目部署到服务器,但收到错误 Required license is missing: Runtime Description: An unhandled exception
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎与 help center 中定义的范围内的编程无关。 . 关闭 7 年前。 Improve
我正在考虑使用 this font来自网站上的 myfonts.com。当您从他们那里购买一种字体用于网络时,您购买的是每月一定数量的页面浏览量的一次性许可证。 此许可证在此处有更详细的描述: htt
我们有 Java Spring 应用程序。应用程序通过 Java Runtime.exec() 调用与 FFmpeg 交互,以便将视频编码为 mp4 格式。考虑到 libx264 是在 GPL 许可下
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 6年前关闭。 Improve thi
为了接受 Xcode 许可证 在 CLI 中,我们可以运行 sudo xcodebuild -license 然后控制台会提示 You have not agreed to the Xcode lic
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 想改进这个问题?将问题更新为 on-topic对于堆栈溢出。 6年前关闭。 Improve this qu
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 想改进这个问题?将问题更新为 on-topic对于堆栈溢出。 6年前关闭。 Improve this qu
关闭。这个问题是off-topic .它目前不接受答案。 想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。 8年前关闭。 Improve this q
已关闭。这个问题是 off-topic 。目前不接受答案。 想要改进这个问题吗? Update the question所以它是on-topic用于堆栈溢出。 已关闭10 年前。 Improve th
我正在考虑使用 AquaticPrime 作为 Cocoa 共享软件应用程序的 key 生成器。不了解的 friend 可以看这里:http://aquaticmac.com/ 。然而,当我尝试实现它
这个问题在这里已经有了答案: License Gradle Plugin (1 个回答) 9年前关闭。 感谢回复,我正在寻找应用 License-gradle-plugin 来检查源代码中的 head
我们如何使用 gradle 脚本在 src 目录中存在的 .groovy、.java、.jsp、.txt 文件中搜索、跳过和写入所需的头文件(许可证)。 我们如何安装许可证插件? 最佳答案 你的意思是
我正在尝试在 C# 中使用 iText。在我尝试添加许可证 key 之前,我的代码中的一切都运行良好。我到处都说要下载:itext.licensekey.dll 和 itext.licensekey.
如果我有 Ranorex 5.4 的 float 许可证,并且我有几台机器正在运行。我可以知道哪台机器正在使用来自许可证服务器的许可证吗?如果是这样,怎么办? 最佳答案 在许可证服务器上,启动 Ran
我是一名优秀的程序员,十分优秀!