ZenDesk にユーザーが存在するかどうかを検索するにはどうすればよいですか? mydomain が私の会社のドメインである場合、次のことを試しました。
例: https://mydomain.zendesk.com/api/v2/users/search.json?query=myname@mydomain.com
これは API に文書化されています: http://developer.zendesk.com/documentation/rest_api/users.html#search-users
ただし、応答として 404 {"error":"InvalidEndpoint","description":"Not found"} が返されます。