zendesk-node-sdk
zendesk-node-sdk copied to clipboard
Filters not working for users
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?