v21

latestOpenAPI 3.0.0BSD (2-Clause)raw.githubusercontent.com2025-08-28251343.2 KB
memberships

Get group memberships

Get a paginated list of all user memberships in a group. To get the memberships of a private group the authenticated user must be a member of the group. Getting the memberships of an open or restricted group does not require authentication. The returned memberships are sorted by joining date, oldest first.

If the page[number] query param is included in the request then the response will be paginated. If there's no page[number] query param in the request then a legacy, un-paginated response format will be used. In the future this legacy un-paginated response format will be removed and the paginated response format will be used even when the page[number] query param is not present.

get/groups/{id}/members

Query parameters

{"stackTrail":"components:parameters:PageNumber:schema","oasType":"schema","type":"unknown"}

Which page of results to get

{"stackTrail":"components:parameters:PageSize:schema","oasType":"schema","type":"unknown"}

How many items to get per page

Response

Success