Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsitant fields returned by delta user query #3584

Open
abhishekubhat opened this issue Feb 5, 2025 · 0 comments
Open

Inconsitant fields returned by delta user query #3584

abhishekubhat opened this issue Feb 5, 2025 · 0 comments
Labels

Comments

@abhishekubhat
Copy link

Describe the bug
I am trying to fetch all users and attributes using delta API with filter * (https://graph.microsoft.com/v1.0/users/delta?$select=*) the first page of the response contains all the fields, but If I follow the nextLink for the next set of data user has only 4 fields in its body.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Graph Explorer https://developer.microsoft.com/en-us/graph/graph-explorer
  2. Run GET query for https://graph.microsoft.com/v1.0/users/delta?$select=*
  3. Check the attributes for any of the users, then click on nextLink
  4. Check the attributes, there are few attributes missing from 1st page

Expected behavior
Every page of the response should contain all the attributes

Screenshots

  1. Response from the first page of the query (as expected has all the attributes)
    Image

  2. NextLink response has only 4 attributes for the user
    Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant