---
title: "Add participants to a group"
method: POST
path: "/rest/group/{instance_key}/addParticipants"
tags: ["GroupController"]
---

# Add participants to a group

`POST /rest/group/{instance_key}/addParticipants`

Please note that the participants should not contain @s.whatsapp.net <br>

## Path parameters

- `instance_key` string, required

## Request body

- object
  - `group_data` GroupData
    - `jid` string
    - `participants` string[]

## Response `200`

Success

---

[API](https://skmtc.dev/megaapi/apis/documentation-megaapi.md) · [All operations](https://skmtc.dev/megaapi/apis/documentation-megaapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/megaapi/documentation-megaapi/revisions/09ca1205343e/schema)
