user_title_meta
$user_title_meta = array( 'relation' => 'AND', array( 'key' => 'mo_ldap_local_custom_attribute_title', 'value' => 'sales', 'compare' => 'IN', 'type' => 'CHAR', ), array( 'key' => 'mo_ldap_local_custom_attribute_title', 'value' => 'engineer', 'compare' => 'NOT LIKE', ), array( 'key' => 'mo_ldap_local_custom_attribute_title', 'value' => 'support', 'compare' => 'NOT LIKE', ), );