Removed users are not in the response when running delta link

Viewed 9

I was going through this doc: https://learn.microsoft.com/en-us/graph/delta-query-users to get incremental changes for users. I have an AAD group in which I added 5 users. On running delta link, I see the response showing 5 users. I removed these 5 users from AAD (Note that I removed users from Azure Active Directory). And these users were automatically removed from the AAD group. On running the delta link, I see no response:

{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#groups",
"@odata.deltaLink": "",
"value": []
}

Is this a bug? Why is the response not showing the removed users?

0 Answers
Related