Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

representants

// WP_User_Query arguments
$args = array(
	'role'           => 'representants',
	'count_total'    => true,
	'fields'         => 'all',
);

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