Get attachments from a post

$post_attachment->post_author will return user ID. You need to fetch user details from user ID.

get_userdata( $userid );