---
title: "Accept group application for listed user"
method: POST
path: "/groups/{GroupID}/applications"
tags: ["Groups"]
---

# Accept group application for listed user

`POST /groups/{GroupID}/applications`

This method accepts a single join request (application) for the specified group. To accept multiple applications, you need to call this method in a loop, passing each application ID separately.

## Path parameters

- `GroupID` string, required — Group ID

## Request body

- ApplicationRequest
  - `application` string — Chat ID

## Response `200`

Group Application edit result list

- GroupApplicationChange[]
  - `chatId` string — Chat ID
  - `success` boolean — result of operation
  - `error` string — error details

## Other responses

- `400` — Wrong request parameters
- `404` — Specified group not found
- `500` — Internal Error

---

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