I used the user reference module to add a reference to a user inside a node of custom type event. In this way I can put a dropdown list on the create/edit form. I created a view to allow only a specific group of users to be available on the selection list.
I can select a user from the list and see it on the node view in drupal. However, when creating a view for the nodes of the type event I can only see the user’s uid. Taking into account this view is used for a REST service, I would like to see the full user information in order to avoid making a new web request for the user data.
How can I accopmplish that?
