Title: Export users for multisite
Last modified: November 27, 2019

---

# Export users for multisite

 *  Resolved [Dave](https://wordpress.org/support/users/dvaer/)
 * (@dvaer)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/export-users-for-multisite/)
 * Hi,
 * First, thank you for this plugin. I’ve used it successfully to import users from
   a standalone site into a multisite.
 * Now I want to export a CSV file from a multisite, but get an error:
 * > By default, admin and store manager are given access to export users. Please
   > visit [here](https://www.webtoffee.com/how-to-export-items-from-your-site-without-user-role-restriction/)
   > for more details
 * I’m logged in as super-admin and I read the documentation and added the code 
   below to a must-use functionality plugin, but continue to receive the same message:
 *     ```
       add_filter('hf_user_permission_roles', 'add_additional_user_role', 10, 1);
       function add_additional_user_role($wf_roles) {    
           array_push($wf_roles, 'super-admin');    
           return $wf_roles;    
       }
       ```
   
 * Is there anything else I should do?
 * Thank you for looking into this.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/export-users-for-multisite/#post-12187618)
 * Hi [@dvaer](https://wordpress.org/support/users/dvaer/),
 * We have released a new version for the User import-export plugin in which the
   super admin is given the access to export users. Please try updating the plugin
   to the latest version(Ver 1.3.5). Also please make sure that you have removed
   the code snippet that you have copied from the documentation page.
 *  Thread Starter [Dave](https://wordpress.org/support/users/dvaer/)
 * (@dvaer)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/export-users-for-multisite/#post-12188112)
 * Thank you very much [@webtoffee](https://wordpress.org/support/users/webtoffee/),
 * I’ve installed the updated and removed the code snippet, and now it works perfectly.
 * Thank you for your fast support!
 *  Plugin Author [WebToffee](https://wordpress.org/support/users/webtoffee/)
 * (@webtoffee)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/export-users-for-multisite/#post-12204336)
 * Hi [@dvaer](https://wordpress.org/support/users/dvaer/),
 * If you are satisfied with our plugin, kindly spare a moment to [leave us a review](https://wordpress.org/support/plugin/users-customers-import-export-for-wp-woocommerce/reviews/#new-post).
 *  Thread Starter [Dave](https://wordpress.org/support/users/dvaer/)
 * (@dvaer)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/export-users-for-multisite/#post-12204581)
 * Done [@webtoffee](https://wordpress.org/support/users/webtoffee/) – thank you
   again 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Export users for multisite’ is closed to new replies.

 * ![](https://ps.w.org/users-customers-import-export-for-wp-woocommerce/assets/
   icon-256x256.gif?rev=3065206)
 * [Export and Import Users and Customers](https://wordpress.org/plugins/users-customers-import-export-for-wp-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/users-customers-import-export-for-wp-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/users-customers-import-export-for-wp-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/users-customers-import-export-for-wp-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/users-customers-import-export-for-wp-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/users-customers-import-export-for-wp-woocommerce/reviews/)

## Tags

 * [export](https://wordpress.org/support/topic-tag/export/)
 * [mutisite](https://wordpress.org/support/topic-tag/mutisite/)
 * [users](https://wordpress.org/support/topic-tag/users/)

 * 4 replies
 * 2 participants
 * Last reply from: [Dave](https://wordpress.org/support/users/dvaer/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/export-users-for-multisite/#post-12204581)
 * Status: resolved