Hi guys I have an issue in my environment that when I request all of the users using a delta query that it actually returns in my environment over double the users that exist (duplicates) in my test environment its not as big an issues a couple of thousand
extra users can be sorted and removed in my script. but when i'm in production an environment of 70k users and it returns 160k users means that my script is looping for an extremely long time before im able to then reduce the list to the correct number
of users. I need to use the delta query so that I can store the delta token for the next delta run which is not available when I request a full list without the delta. when I try adding $filter=&$distinct(id) I still receive the extra users. does anyone
have any ideas?