How do you search to see if a user exists in Zendesk?
I've tried the following, where mydomain is the domain of my company:
This is documented in their API:
http://developer.zendesk.com/documentation/rest_api/users.html#search-users
However, I am getting an HTTP 404 error as the response:
{"error": "InvalidEndpoint", "description": "Not found"}