User import issue

I want to export the users with password and roles and and and permission. can someone assit me on this?

You cannot export passwords, but roles and other data can be exported through the Data Export Doctype.

can user list export?

Yes you can Export User from Data Export
https://docs.erpnext.com/docs/user/manual/en/data-export

Thank you! I’d like to clarify my situation. I have installed Frappe and created a DocType called Procurement, where I added the necessary fields, set up user assignments, workflows, and notifications, and everything is functioning well.

Now, I’ve created a separate app using bench new-app on a different server.

My concern is that I want to import all the notification configurations, workflows, user lists, and roles and permissions into the newly created Procurement app. Could you guide me through this process?

If you have a custom app in the Local Environment and you are installing the same app on a different server, you can export all Doctypes, Notifications, Workflows, etc., in the app using Fixtures.

If you are not using a custom app, you can use the Data Export Tool to export all your changes and the Data Import Tool to import them.
https://docs.erpnext.com/docs/user/manual/en/data-export
https://docs.erpnext.com/docs/user/manual/en/data-import