Closed Net-Felix closed 1 year ago
An empty filter value seems not to be supported by "ne". You can use this site build/test the endpoint url: https://developer.microsoft.com/en-us/graph/graph-explorer
I have made a few small adjustments. The advanced filters should now be supported without any changes to the code. Furthermore, the error of the Graph API should also be output. It is available in the Docker DEV tag now. I hope this helps with troubleshooting :)
The fixes are now available in the latest version :)
Hi,
I've tried to filter against onPremisesSamAccountName but i get the following error:
according to microsoft i need an additional header: https://learn.microsoft.com/en-us/graph/aad-advanced-queries?tabs=http i've manually added the header in graph.fetch.js:
but still the same error :(