---
title: "Updates the group's settings"
method: PATCH
path: "/legacy-groups/v1/groups/{groupId}/settings"
tags: ["Groups"]
---

# Updates the group's settings

`PATCH /legacy-groups/v1/groups/{groupId}/settings`

## Path parameters

- `groupId` integer, required

## Request body

- RobloxGroupsApiUpdateGroupSettingsRequest — A request model for updating a group's settings.
  - `isApprovalRequired` boolean — Whether public entry is allowed.
  - `areEnemiesAllowed` boolean — Whether enemy club declarations are allowed.
  - `areGroupFundsVisible` boolean — Whether funds are publicly visible.
  - `areGroupGamesVisible` boolean — Whether games are publicly visible.
  - `verificationLevel` 0 | 1 | 2 | 3 — The verification level for the group.
  - `accountTenureRequirement` 0 | 1 | 2 | 3 | 4 | 5 — The account tenure requirement for the group.
  - `slowmode` 0 | 1 | 2 | 3 — The slowmode level for the group (0-4). 0 = No slowmode, 1-4 = Slowmode levels with increasing restrictions. Null = No change to current slowmode setting.
  - `isMemberListVisibleToPublic` boolean — Whether the group member list is visible to public.

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 1: Group is invalid or does not exist.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 23: Insufficient permissions to complete the request.
- `503` — 31: Service is currently unavailable.

---

[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/e15802062270/schema)
