---
title: "List connections in a group."
method: GET
path: "/api/hubs/{hub}/groups/{group}/connections"
tags: ["webpubsub"]
---

# List connections in a group.

`GET /api/hubs/{hub}/groups/{group}/connections`

List connections in a group.

## Path parameters

- `hub` string, required
- `group` string, required

## Query parameters

- `api-version` string, required
- `maxpagesize` integer
- `top` integer
- `continuationToken` string

## Response `200`

The request has succeeded.

- GroupMemberPagedValues — Paged response for group members
  - `value` GroupMember[], required — The group members
    - `connectionId` string, required — Connection Id
    - `userId` string — User Id
  - `nextLink` string — The link to the next page of results

## Other responses

- `default` — The error response.

## Changes

- **2026-07-13** (2021-05-01-preview) `3c12a9fc6305` — 1 info
  - endpoint added
- **2021-04-21** (2021-05-01-preview) `5c057b21a138` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/azure/apis/webpubsub/changes/api/hubs/:hub/groups/:group/connections/get.md)

---

[API](https://skmtc.dev/azure/apis/webpubsub.md) · [All operations](https://skmtc.dev/azure/apis/webpubsub/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/webpubsub/revisions/3c12a9fc6305/schema)
