---
title: "Fetch All Group Members"
method: GET
path: "/group/participants/{instance}"
tags: ["Group Controller"]
---

# Fetch All Group Members

`GET /group/participants/{instance}`

Fetch all group members

## Path parameters

- `instance` string, required

## Query parameters

- `groupJid` string, required

## Response `200`

Ok

- object
  - `participants` object[] — List of participants in the group.
    - `id` string, required — The ID of the participant.
    - `admin` string — The role of the participant (e.g., 'admin', 'superadmin').

---

[API](https://skmtc.net/evolution-foundation/apis/evolution-api-2.md) · [All operations](https://skmtc.net/evolution-foundation/apis/evolution-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-api-2/revisions/153363ee7f38/schema)
