We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When performing a user search with multiple conditions using the filter parameter, the request fails with a 500 Internal Server Error.
filter
For example, the following query does not work:
/Users?filter=name.formatted co "te" and userName co "te"
However, if I use only a single condition, it works as expected:
/Users?filter=name.formatted co "te"
The request should return users matching both conditions, rather than failing with a server error.
Could you please confirm if this is a known issue or provide guidance on how to structure multi-condition filters correctly?
The text was updated successfully, but these errors were encountered:
arietimmerman
No branches or pull requests
Issue
When performing a user search with multiple conditions using the
filter
parameter, the request fails with a 500 Internal Server Error.For example, the following query does not work:
However, if I use only a single condition, it works as expected:
Steps to Reproduce
filter
parameter resulted in a 500 Internal Server Error.Expected Behavior
The request should return users matching both conditions, rather than failing with a server error.
Additional Information
Could you please confirm if this is a known issue or provide guidance on how to structure multi-condition filters correctly?
The text was updated successfully, but these errors were encountered: