---
title: "Batch accepts group join requests"
method: POST
path: "/v1/groups/{groupId}/join-requests"
tags: ["Groups"]
---

# Batch accepts group join requests

`POST /v1/groups/{groupId}/join-requests`

## Path parameters

- `groupId` integer, required

## Request body

- RobloxGroupsApiMembersRequest
  - `UserIds` integer[] — The user ids being either accepted or declined

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 1: The group is invalid or does not exist. 3: The user is invalid or does not exist. 20: The group join request is invalid.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 6: You are already in the maximum number of groups. 19: You have insufficient permissions for this request.
- `500` — 0: Something went wrong.
- `503` — 18: The operation is temporarily unavailable. Please try again later.

---

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