---
title: "GET /api/support/groups/{group_pk}/members/"
method: GET
path: "/api/support/groups/{group_pk}/members/"
tags: ["support"]
---

# GET /api/support/groups/{group_pk}/members/

`GET /api/support/groups/{group_pk}/members/`

List the users with an active membership in a group, for support triage.

Resolves a group id (e.g. from a deployment's targeted groups) to its
roster so diagnostics can be scoped to a known cohort instead of guessing
email patterns. ``?q=`` does an ``icontains`` over first name, last name,
and email. Soft-deleted (removed) memberships are excluded.

## Path parameters

- `group_pk` string, required

## Query parameters

- `page` integer
- `page_size` integer
- `q` string

## Response `200`

---

[API](https://skmtc.dev/pixiebrix/apis/pixiebrix-api.md) · [All operations](https://skmtc.dev/pixiebrix/apis/pixiebrix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pixiebrix/pixiebrix-api/revisions/941ab9eb01d6/schema)
