-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
apiRelated to the API.Related to the API.
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
apiRelated to the API.Related to the API.