The list of users in a group is not bounded in size and therefore must be paginated, so these probably need to be two separate endpoints, as opposed to, e.g., a single group detail response that includes the list of users. Right now we have /groups, which lists groups in the current silo. This would add:
GET /groups/<group>
GET /groups/<group>/users
The list of users in a group is not bounded in size and therefore must be paginated, so these probably need to be two separate endpoints, as opposed to, e.g., a single group detail response that includes the list of users. Right now we have
/groups, which lists groups in the current silo. This would add: