-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
Update Many Users like describe in example doesn't work #405
Comments
Had the same issue with createOrUpdate many Give it a try without any ids, using await client.users.updateMany({ users: [{ id: 123456 , tags: ["my_tag"] }] }, []) // not sure what the trailing [] is for |
Hi @ngouy and @avarennes, Thank you both for your comments and for actively engaging with the library! I’m trying to fully understand the issue here, but things feel a bit unclear to me. It seems like there might be a mismatch between the JSDoc example and the actual code usage for To make sure we're on the same page, could you clarify: What’s the expected behavior based on the documentation or JSDoc? Your insights would really help me get to the bottom of this! Thanks, |
IDK |
node-zendesk/src/clients/core/users.js
Line 238 in 44013a9
Hi,
When I use
client.users.updateMany
like the exemple I've got 400 error.I managed to use this method with args below
I don't think this is the good way to use this method. Maybe a bug in this method...
Please, give me answer about that.
Thx
The text was updated successfully, but these errors were encountered: