Extracting 100% user data requires writing special SQL query, since user data in Oxwall is stored in number of different database tables.
But if you wish to export only
basic information such as username/email/join date/account type you can export one single database table called
ow_base_user. Open this table via PhpMyAdmin >> export >> select CSV >> export. And you are done.