zendesk-node-sdk icon indicating copy to clipboard operation
zendesk-node-sdk copied to clipboard

Filters not working for users

Open nicksav opened this issue 5 years ago • 0 comments

Could be good to get example on how to use queryParams Trying to list users with specific role, but returning all users.

const users = await zendesk.users.list("role=end-user"); What I am doing wrong here?

nicksav avatar Apr 09 '20 11:04 nicksav