Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

user_query

users can find stuff on site

// WP_User_Query arguments
$args = array (
);

// The User Query
$user_query = new WP_User_Query( $args );