# Comment importer les utilisateurs de Discourse vers WordPress ?

**URL:** https://meta.discourse.org/t/how-to-import-discourse-users-to-wordpress/88139
**Category:** WordPress
**Created:** [Mai 22, 2018, 2:09 UTC](https://meta.discourse.org/t/how-to-import-discourse-users-to-wordpress/88139 "2018-05-22T14:09:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Brajmohan\_Kumar](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/brajmohan_kumar/32/138760_2.png) [@Brajmohan\_Kumar](https://meta.discourse.org/u/Brajmohan_Kumar)
#### Post date: [Mai 22, 2018, 2:09 UTC](https://meta.discourse.org/t/how-to-import-discourse-users-to-wordpress/88139/1 "2018-05-22T14:09:59Z")

</div>

I have recently enabled **sso** but after that, I also want to import my all registered user of discourse to my WordPress user database. Unfortunately, there is no option availabe so that i can import my existing forum user to my **wordpress**.

Is there any option availbale, if yes please help me.

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [Mai 23, 2018, 1:36 UTC](https://meta.discourse.org/t/how-to-import-discourse-users-to-wordpress/88139/2 "2018-05-23T01:36:34Z")

</div>

There are a couple of ways that you can download a CSV list of your Discourse users. The easiest way is to go to Admin/Users and click the Export link. Once you have the CSV file, there are quite a few WordPress plugins that can be used for importing users from a CSV file. Search for ‘WordPress import user.’ You will get a lot of results.

I’ve looked at a few of the plugins. One difficulty you might run into is that they are expecting the values in the CSV file to be in a different order than the order they are in the Discourse users file. If this is the case, you could install the [Data Explorer](https://meta.discourse.org/t/32566?silent=true) plugin and use it to create a CSV file that gives you the user data you need.

---

<div class="post-metadata">

### Author: ![Brajmohan\_Kumar](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/brajmohan_kumar/32/138760_2.png) [@Brajmohan\_Kumar](https://meta.discourse.org/u/Brajmohan_Kumar)
#### Post date: [Mai 23, 2018, 4:39 UTC](https://meta.discourse.org/t/how-to-import-discourse-users-to-wordpress/88139/3 "2018-05-23T04:39:53Z")

</div>

Thank you very much, i will try
