zendesk / zendesk_api_client_rb

Official Ruby Zendesk API Client
http://developer.zendesk.com/
Apache License 2.0
387 stars 183 forks source link

Add support to create or update many users and remove unsupported update many users #370

Closed michaelherold closed 5 years ago

michaelherold commented 6 years ago

The API for this is slightly different than the API in CreateMany and UpdateMany because the endpoint doesn't support the ID-based query parameters.

I did not add a live test because it appears that none of the bulk actions have them.

ggrossman commented 5 years ago

Thank you for your contribution @michaelherold ! We regret the long delay on merging this change.