zendesk / zendesk_api_client_php

Official Zendesk API v2 client library for PHP
336 stars 259 forks source link

Search Organizations #350

Closed holtkamp closed 7 years ago

holtkamp commented 7 years ago

Users can be searched for by name, great!

I am trying to do the same for Organizations, this seems not possible using the search function. Should the autocomplete function be used for this?

And what if I want to search by a specific Organization field?

kcasas commented 7 years ago

@holtkamp Yes, you can use the autocomplete functionality for the search.

holtkamp commented 7 years ago

And what if I want to search by a specific Organization field?

For example, we have Custom Organisation Fields city and category, etc.