I’m trying to retrieve all profile that don’t have email suppression. However, every time I try to use can_receive_email_marketing in my filter, I get this error message:
esponse Body: {"errors":[{"id":"7c8b94ee-c860-4512-ae43-3325718ef6f6","status":400,"code":"invalid","title":"Invalid input.","detail":"'can_receive_email_marketing' is not a filterable field for this resource. The filterable fields on this resource are: _kx, anonymous_id, created, email, external_id, id, phone_number, subscriptions.email.marketing.list_suppressions.list_id, subscriptions.email.marketing.list_suppressions.reason, subscriptions.email.marketing.list_suppressions.timestamp, subscriptions.email.marketing.suppression.reason, subscriptions.email.marketing.suppression.timestamp, updated, whatsapp_bsuid.","source":{"parameter":"filter"},"links":{},"meta":{}}]}
I was able to get a list of profiles that have email suppression with this:
How do I get the rest of the profiles?

