Failed to update user profile with Microsoft Graph API via REST API

后端 未结 2 1596
小蘑菇
小蘑菇 2021-01-15 09:33

I\'m trying to update user profile via Microsoft Graph API by a server side (Java) application without user consent. I have an app in MS Azure which has the following \"

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-15 10:34

    I also could reproduce this issue too.

    Based on the test, the issue is relative to the specific filed(aboutMe) we were updating. And the patch user API works well for me when I update the jobTitle using the Directory.ReadWrite.All.

    If you want the Microsoft Graph to support updating the aboutMe field, you can submit the feedback from here.

提交回复
热议问题