warrant
warrant copied to clipboard
get_users returns only 60 users
Why does get_users method return only 60 users?? How can I get all the users???
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