-
-
Notifications
You must be signed in to change notification settings - Fork 237
Open
Description
node-zendesk/src/clients/core/users.js
Line 238 in 44013a9
| * const updatedUsers = await client.users.updateMany([12345, 67890], [{name: 'John Doe'}, {name: 'Jane Smith'}]); |
Hi,
When I use client.users.updateMany like the exemple I've got 400 error.
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
Metadata
Metadata
Assignees
Labels
No labels