Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search Organization by external_id #36

Closed
mattKaczorowski opened this issue Feb 11, 2016 · 2 comments
Closed

Search Organization by external_id #36

mattKaczorowski opened this issue Feb 11, 2016 · 2 comments

Comments

@mattKaczorowski
Copy link

Having this feature would be awesome! https://developer.zendesk.com/rest_api/docs/core/organizations#search-organizations-by-external-id

It would be awesome if we could do the same for end_users as well.

@facetoe
Copy link
Owner

facetoe commented Feb 11, 2016

This looks pretty straight forward, I'll have a go at implementing it tonight. With the end_user one it doesn't look like the API supports that functionality directly, however this should work:

zenpy.search(type='user', external_id=11111100000)

@mattKaczorowski
Copy link
Author

Awesome, thanks for the tip! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants