AD Group Member update information for Delta

Karthikeyan Rajendran 31 Reputation points
2021-01-28T07:50:47.87+00:00

Hi,
I m able to get group member addition and delete via delta but not able to get the notification for member info update like Name or Phone number update.
Please share Delta link.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,705 questions
{count} votes

Accepted answer
  1. Dan Kershaw 416 Reputation points Microsoft Employee
    2021-02-04T22:06:32.157+00:00

    Hi @Karthikeyan Rajendran

    I think this is by design that members@Gabriel only shows additions and deletions to the group (per the examples in https://learn.microsoft.com/en-us/graph/delta-query-groups).

    If you want to know about property changes to members, then I think you'll need to run delta query on those objects (like users).

    Hope this helps,

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Karthikeyan Rajendran 31 Reputation points
    2021-02-05T02:44:42.33+00:00

    Hi @Dan Kershaw Thanks for reply. Yes currently we are using user delta but the problem is one of our client has 2 million users and we need only 2 lac people record. From user delta we are receiving other than that 2 lac people record also, It is bit heavy load to check user exists in our db, If only particular group user delta would be more helpful to import.


  2. Karthikeyan Rajendran 31 Reputation points
    2021-02-08T03:23:59.88+00:00

    @Dan Kershaw Below just simple example

    Client1:
    Total User: 100
    Group 1 user-20
    Group 2 user-18
    Group 3 user-62

    We are syncing Group 1 user. We need delta for Group 1 user only for update the information. but Since We dont have option. We are using user delta, It is giving all 100 user information update when calling user delta and checking in our db user exist on group or not. instead this any other way receive only 20 user for Group 1. No need that 100 user. Hope you got it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.