Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

usersParent

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'parentID',
		'value'   => '2',
	),
);