최근 검색
최근 검색 없음
Get all users with created_at > 2021-02-15
2021년 10월 12일에 게시됨
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개
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