by Lawrence Lagerlof.
The situation:
We have the function core_group_get_group_members to return the members of some group, and this function returns the members' IDs. After this I am doing a second request to get their roles using the core_user_get_course_user_profiles function.
The question:
Do we have some webservice function to return the users of a group AND their roles, so I don't need make two requests?
Thank you.