Reputation: 1
I was using Microsoft graph API, the following issue arising in API's GET https://graph.microsoft.com/v1.0/users Microsoft graph API is returning my details instead of the complete user list.
reference-:
Upvotes: 0
Views: 203
Reputation: 351
I tried same API and was able to get entire user list. Few things to check for your scenario.
Make sure you have necessary permission to call List user API.
Refer documentation here to know more about List user API.
Check access token you are using have above mentioned scope. Know scopes in access token here.
Try calling same API from Postman/Graph Explorer and observe results.
In case you still face this issue, do share your request id and timestamp.
Upvotes: 0