Exporting users from Cognito

Hi guys, I am looking for a way to export users from Cognito… Any help appreciated

I don’t believe there’s built-in functionality for this, but you could write something with the AWS CLI (or SDKs) to pull a list of the users down. You won’t be able to get passwords, though

Yes there is no built in feature. I am only able to get 60 at ae and they return a paginationtoken for next set of users. But i am always gettingeout…

If i am doing something with recursion…

But its not wokring so need some help with this

You shouldn’t get aeout, there’s probably an issue with the code, can you share it?

I am trying this python script

But i am only able to get email and not any other attribute

https://github.com/hawkerfun/cognito-csv-exporter/blob/master/CognitoUserToCSV.py