---
title: "List join requests"
method: GET
path: "/v1/whatsapp/wa-groups/{groupId}/join-requests"
tags: ["WhatsApp"]
---

# List join requests

`GET /v1/whatsapp/wa-groups/{groupId}/join-requests`

List pending join requests for a WhatsApp group (only for groups with approval_required mode).

Not available on [Coexistence](/platforms/whatsapp/connection#whatsapp-business-app-coexistence) numbers. Requires a Cloud API-only number.

## Path parameters

- `groupId` string, required

## Query parameters

- `accountId` string, required

## Response `200`

Join requests

- object
  - `success` boolean
  - `joinRequests` object[]
    - `user` string — Phone number
    - `timestamp` integer — UNIX timestamp of request

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/versions/f81ca70ea6b9/schema)
