# `bird whatsapp groups join-requests`

## Usage

```bash
bird whatsapp groups join-requests
```

## Description

A group set to approval mode raises a request for each person who opens its invite link.
Decisions are made in batches and are part-appliable: the response carries the requests
it decided and the ones it could not, each with its own reason.

Reads return JSON; list is paginated.

## Commands

| Name                                                                   | Description                           |
| ---------------------------------------------------------------------- | ------------------------------------- |
| [`approve`](/docs/cli/reference/whatsapp-groups-join-requests-approve) | Approve WhatsApp group join requests  |
| [`list`](/docs/cli/reference/whatsapp-groups-join-requests-list)       | List a WhatsApp group's join requests |
| [`reject`](/docs/cli/reference/whatsapp-groups-join-requests-reject)   | Reject WhatsApp group join requests   |

## Related resources

- [Should I use a Bird SDK or call the API directly?](/explained/platform/should-i-use-an-sdk-or-call-the-api-directly) (answer)
- [Build your first integration](/learn/paths/integration) (course)
- [Send your first email](/docs/get-started/send-your-first-email) (docs)

[Get an implementation brief](/learn/workspace?topic=api-basics)
