Answered

API search for customers where a custom data attribute "has any value"

  • 23 October 2020
  • 1 reply
  • 184 views

The Intercom API allows for searches where a data attribute "has any value". I'm looking to perform a similar search through the API but "known" is not an "operator". I see the UI is using the old /users API, wondering if this search is available using the new contacts API. Thank you.

icon

Best answer by Rob M11 23 October 2020, 18:22

View original

1 reply

Looks like

 

"query": {

"field": [field],

"operator": "!=",

"value": null

}

 

does the trick

Reply