我在尝试使用Microsoft Graph API更新组织的属性时遇到了问题。我已关注these docs并在graph explorer中尝试了此操作。
我的要求如下:
{ "displayName": "My Company Name" }
无论我做什么,我总会得到以下错误:
"error": {
"code": "Request_BadRequest",
"message": "Specified HTTP method is not allowed for the request target.",
"innerError": {
"request-id": "dfd9ae19-2774-4b10-8d74-f6f6cd21f712",
"date": "2016-05-16T14:48:02"
}
}
我做错了什么?
答案 0 :(得分:1)
我在我的测试租户中尝试过并导致同样的错误。
https://graph.microsoft.io/en-us/docs/api-reference/v1.0/resources/organization
在上述文档中,我们提到我们可以通过更新 API单独更新“marketingNotificationMails”和“technicalNotificationMails”属性。所以我认为你不能更新组织的显示名称。
答案 1 :(得分:0)
看起来好像组织实体的更新有限。请向Uservoice提出申请,要求提供此功能。