Microsoft Graph将null放入/ users /:id / photo / $ value导致500

时间:2017-07-20 23:23:35

标签: microsoft-graph

我正在使用microsoft graph node.js sdk,向PUT发送一个仅限​​app的请求/users/f580eac0-9ece-413a-a26f-7964df1f2025/photo/$value,我得到以下内容:

{ statusCode: 500,
  code: 'ErrorInternalServerError',
  message: 'Value cannot be null.\r\nParameter name: userPrincipalName',
  requestId: 'a5f0429d-ad3f-4f83-9e50-f540e5c8f9b8',
  date: 2017-07-20T23:17:17.000Z,
  body:
   { code: 'ErrorInternalServerError',
     message: 'Value cannot be null.\r\nParameter name: userPrincipalName',
     innerError:
      { 'request-id': 'a5f0429d-ad3f-4f83-9e50-f540e5c8f9b8',
        date: '2017-07-20T23:17:17' } } }

如何清除此用户的照片?

1 个答案:

答案 0 :(得分:1)

不幸的是,目前不支持删除照片(或设置为null)。这是正在进行的工作,但我没有明确的ETA,可能还需要一段时间才可以使用。

我唯一知道的(讨厌的)解决方法是投放1x1透明照片。

希望这有帮助,