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.
Query parameters
Which page of results to get
How many items to get per page
Response
Success