warrant icon indicating copy to clipboard operation
warrant copied to clipboard

get_users returns only 60 users

Open asamuga opened this issue 7 years ago • 1 comments

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

asamuga avatar Jun 27 '18 14:06 asamuga

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

jmking avatar Aug 18 '18 06:08 jmking