Recent searches
No recent searches
Get all users with created_at > 2021-02-15
Posted Oct 12, 2021
I can get users using
but how do we apply a filter i.e "created_at>2021-02-15" or "email=john_doe@foo.com"?
Is the best way using the `search` endpoint i.e
https://subdomain.zendesk.com/api/v2/search.json?query=type:user created_at>2021-02-15 ?
0
1
1 comment
Tipene Hughes
Hey @...,
Thanks for reaching out!
Yes, you're correct -- the best way would be using the Search API. Here's a link that goes into a bit of detail about searching specifically for users:
https://support.zendesk.com/hc/en-us/articles/203663216
I hope this helps! Feel free to reach out with any questions.
Tipene
0