Export Users From Live Site to Import onto staging

You can try my favourite import/export plugin WP All Import and WP All Export http://www.wpallimport.com / http://www.wpallimport.com/export/

Or User Meta Pro http://user-meta.com/documentation/export-import/

You can use WP-CLI for an import too…

wp user import-csv /path/to/users.csv

http://wp-cli.org/commands/user/import-csv/