蔚藍圖形客戶端庫已於12月22日更新,並且修復了將用戶添加到組的方法。Azure GraphClient庫從組中刪除用戶
Azure Active Directory Graph Client 2.0 - Context is not currently tracking the entity
但有可能從一個組中刪除一個用戶?
這個方法我試過:
{groupObject}.Members.Remove({entityObject} as DirectoryObject);
await myGroup.UpdateAsync();
它不會失敗,但用戶不會從組中刪除。
嘗試了前兩種方法,一種在庫中,另一種在Microsoft網頁上提供api調用。兩者都沒有工作。上面的例子完美運行,謝謝Tomas! – Mario
爲有超過20名成員的小組工作 – Canela