Forum Discussion
Hi TariqHussain,
We have done dry run for testing successful migration of users on stage. Now we want to delete those users and again perform final migration of all the users on stage. We had older database dump earlier so anyways we would want to migrate all the users from the latest database dump now. That's the reason we want to delete all the migrated users and recreate them, as user with same username cannot be create in Lithium.
Thanks!
Open a ticket to lithium support they probably can delete those users. The other option is while migration,
Check if the username exists, If the user already exists on stage, update the details of exists users from the latest database. You can use below API's for update the user details.
If the user does not exist, create new users. Below are the API's to create new users.
Related Content
- 8 years ago
- 11 years ago