REST API - Get group membership

Hello,

Currently, GET /groups/{groupname} only returns an array of group name/description. Could we also return the users that are members of these groups? Otherwise I have to GET /users/{username}/groups for all users, and compile my own group membership for each group.

it is not possible right now to get the information about group (only group name).