Out of 300 global security teams, 297 see their growth stalled by security threats. See how the winning 3 break through barriers with the State of Security 2026.

  • Renamed filter query operator in_array

    Changes in:

    The filter query operator in_array has been renamed to any_in_array and we recommend to change the parameter in your api calls.

    The new any_in_array parameter resolves a bug where filters where not applied correctly when using in_array filters with multiple fields. The in_array parameter still will stay active to not break existing implementations.

    See the documentation