Here we discuss how to list WordPress users over command line. WordPress users can be listed from the terminal using WP-CLI. This process requires SSH access to the server.
Related Articles
SSH into Shared Server
Find the Document Root of a Domain
List Users
- SSH into the server as the cPanel user associated with the site
- Navigate to the site's document root
- Run the following command to list the WordPress users
wp user list
TIP: For more information, review the WordPress CLI Documentation.