capless / warrant

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
468 stars 192 forks source link

Allow passing filters to get_users method #87

Open Canuteson opened 6 years ago

Canuteson commented 6 years ago

The underlying boto list_users method allows passing in Filters to limit the users returned from the API. This get_users method should allow filtering the returned users using an optional filters argument