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
Asked
Active
Viewed 85 times
-1
-
1Welcome to StackOverflow! Please review [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask) for how to ask quality questions. – Philippe Signoret Feb 24 '20 at 13:44
-
Please add your code what you have tried. – Gagan Burde Aug 31 '20 at 13:32
1 Answers
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 thisgraph.microsoft.com/v1.0/users?$top=150
to get your150 users
by request.
See the screen shot below:
For further details refer to official document Hope that would help.

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