-1

I have an issue with microsoft graph api when i try to display the total users in my organisation it only show the 100 users, but in my organisation nearly 150 users are there. May i know the reason behind these issue. Thanks advance

ravi kumar
  • 21
  • 3

1 Answers1

0

Seems you are trying to get UserList using Microsoft Graph its depends on your request with query selection option.

You can use query parameters request like this graph.microsoft.com/v1.0/users?$top=150 to get your 150 users by request.

See the screen shot below:

enter image description here

For further details refer to official document Hope that would help.

Md Farid Uddin Kiron
  • 16,817
  • 3
  • 17
  • 43