
Hi everyone,
We’ve integrated Dynamics Sales (CRM) into our web app, and one of the APIs we use is the Search Contacts API including when using the $filter query parameter along with contains() method, it works fine generally.
However, for one of our customers, when they try to search contacts using the same API with a $filter query, it returns this error:
“The query parameter [REDACTED] is not supported”
Note: The word [REDACTED] is returned exactly like this—I didn’t modify the message.
This works fine for all other customers, and I’m unable to reproduce it in our dev environment.
Any idea what might cause this error in a specific CRM environment?
I am wondering if this could be a limitation or setting in the customer’s Dynamics environment?
Would really appreciate any insights or suggestions for how to debug this further. Thanks in advance! 🙏
Here is the original request: