select first_names || ' ' || last_name as name, email from persons, parties where person_id = :user_id and person_id = party_id