microsoft-graph-groups

Shouldn't members be part of list of deleted groups in Microsoft Graph AD

不羁岁月 提交于 2021-01-29 15:26:37
问题 I'm using the Microsoft Graph API to sync user details. When a group is deleted, I need to get all its members in order to update them accordingly. Therefor, I track for group changes, and when a group is being deleted, I'm trying to fetch all its members with the function List deleted items. I'm using GET https://graph.microsoft.com/v1.0/directory/deletedItems/microsoft.graph.group?$select=id,members,displayName&$filter=id eq '53cb5660-d5ad-4610-b38b-ebde71e6c49b' The function returns only