We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
client.users.updateMany
I managed to use this method with args below
await client.users.updateMany({ ids: [123456].join(''), user: { tags: ["my_tag"] } }, [])
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:
No branches or pull requests
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: