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
SSH into VPS or Dedicated Servers
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.
Comments
0 comments
Article is closed for comments.