0
votes

I am trying to export users' data in the user pool. Is there any option providing AWS Cognito.

2

2 Answers

1
votes

At this point in time, Cognito does not allow a way to export users from a user pool

You can write a lambda to export your Cognito user data, but not password. (Ref https://aws.amazon.com/blogs/mobile/migrating-users-to-amazon-cognito-user-pools/)

We asked AWS support this problem before.

0
votes

Once you can do a migration to the userpool, you can do the same to migrate it outside of it, but you need to implement whole migration yourself. It will not be atomic migration, but migrating only user which is just loging in.