通过 Graph API 无法获取 MS Teams 应用的发布者名称。

3
我正在尝试获取 Teams 应用的发布者名称,并使用以下 Graph API 终结点:

https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$expand=appDefinitions&$filter=id eq 'GUID-xxxxxxxxx'

请注意,需要保留 HTML 标签。
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#appCatalogs/teamsApps(appDefinitions())",
"value": [
    {
        "id": "{GUID-xxxxxxxxxxxxxxxxx}",
        "externalId": null,
        "displayName": "OneNote",
        "distributionMethod": "store",
        "appDefinitions@odata.context": "https://graph.microsoft.com/v1.0/$metadata#appCatalogs/teamsApps(GUID-xxxxxxxxxxxxxxxx')/appDefinitions",
        "appDefinitions": [
            {
                "id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
                "teamsAppId": "GUID-xxxxxxxxxxxxxxxxxxxxxx",
                "displayName": "OneNote",
                "version": "1.0.0",
                "publishingState": "published",
                "shortDescription": "Use OneNote notebooks to collaborate on digital content with your team.",
                "description": "Use OneNote notebooks to collaborate on digital content and share it with your team.",
                "lastModifiedDateTime": null,
                "createdBy": null
            }
        ]
    }
    ]
}   

在上面的响应中,created by为空,而且没有发布者名称字段。在Microsoft文档中找不到有关graph API的信息。如果有线索,请告知。可以使用PowerShell/PowerAutomate/GraphAPI进行任何路由操作。

enter image description here

它在 MS Teams 应用程序中显示的图片。

1
你好,我们在内部发现了一个错误。相关团队正在调查中。我们会及时通知您更新情况。 谢谢。 - Hunaid Hanfee-MSFT
1个回答

1
我们能够在我们这边重现此问题,并已在内部提交了一个错误报告。我们目前无法提供预计解决时间,但会在此线程上分享更新。

谢谢@Hunaid,我会等待更新! - Balaji
这是一个尚未实现的功能请求。为了满足您的需求,我们建议您在 Teams UserVoice 中提供反馈。 - Prasad-MSFT

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接