capless / warrant

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

get_users returns only 60 users #120

Open asamuga opened 6 years ago

asamuga commented 6 years ago

Why does get_users method return only 60 users?? How can I get all the users???

jmking commented 6 years ago

The underlying cognito function only returns max 60 users at a time and requires retrieving further users using a page token it returns. I have a PR up for making get_users do this https://github.com/capless/warrant/pull/129