Is there are way to filter webhook data before receiving said data?

Description
The organization I work for is interested in collecting data from some of the Zoom Webhook endpoints. However, we are only interested in receiving subsets of the data produced by these Webhooks. Is there a way to filter Webhook data (on Zoom’s end) before receiving the data on our end?

For example, is there a way to filter by user account?

We had to build this into our code. We discard webhook messages received if they don’t match our allowlist.