---
title: "Accept Join Requests"
method: POST
path: "/v2/{sid}/whatsapp/groups/{groupId}/join_requests"
tags: ["Groups"]
---

# Accept Join Requests

`POST /v2/{sid}/whatsapp/groups/{groupId}/join_requests`

The Accept Join Requests API allows you to approve pending join requests for a specific WhatsApp group.

## Path parameters

- `sid` string, required
- `groupId` string, required

## Request body

- object
  - `messaging_product` string, required — To be passed as whatsapp
  - `join_requests` string[], required — List of join request IDs to be accepted into a particular WhatsApp group.

## Response `200`

Join requests accepted successfully

- JoinRequestActionResponse
  - `code` string
  - `message` string
  - `data` object
    - `messaging_product` string
    - `join_requests` string[]
  - `error` object

## Other responses

- `400` — Error from Meta
- `401` — Incorrect SID or API key

---

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