---
title: "Create group"
method: POST
path: "/v1/whatsapp/wa-groups"
tags: ["WhatsApp"]
---

# Create group

`POST /v1/whatsapp/wa-groups`

Create a new WhatsApp group chat. Returns the group ID and optionally an invite link.

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

## Request body

- object
  - `accountId` string, required — WhatsApp social account ID
  - `subject` string, required — Group name (max 128 characters)
  - `description` string — Group description (max 2048 characters)
  - `joinApprovalMode` 'approval_required' | 'auto_approve' — Whether users need approval to join via invite link

## Response `201`

Group created

- object
  - `success` boolean
  - `group` object
    - `groupId` string
    - `inviteLink` string

## 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/51932b099b2f/schema)
