code42 / incydr_python

Incydr Python SDK
MIT License
7 stars 5 forks source link

Bugfix/watchlist user limit #106

Closed timabrmsn closed 1 year ago

timabrmsn commented 1 year ago

Watchlist APIs only allow 100 users per add/remove request.

This adds validation to the client methods and batches the CLI requests to work if > 100 users are provided.