Microsoft Graph Rest API v1.0 --- HTTP GET Request

0
On → https://developer.microsoft.com/en-us/graph/graph-explorer  (you can test it here too) I tried to test the following get request https://graph.microsoft.com/v1.0/users?$search="displayName:wa"    As you see in the picture below I get an error regarding consistency level but I added the request header in different forms to make sure I am not making stupid mistakes.   I’m just trying to test an example on their website -→ https://docs.microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0&tabs=http#code-try-15
asked
1 answers
1

 

Made it work with postman like shown in the picture below (needed right headers) -→ Status 200 OK

answered