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

# Updates the group's settings

`PATCH /legacy-groups/v1/groups/{groupId}/notification-preference`

## Path parameters

- `groupId` integer, required

## Request body

- RobloxGroupsApiUpdateGroupNotificationPreferenceRequest — A request model for updating a group's notification preference.
  - `notificationsEnabled` boolean — Whether the user wants to receive notifications from the group.
  - `type` 0 | 1 | 2 | 3 | 4 — ['AnnouncementCreatedNotification' = 0, 'ForumPostCreatedNotification' = 1, 'ForumCommentCreatedNotification' = 2, 'ForumCommentReplyCreatedNotification' = 3, 'ForumSubscriberNotification' = 4]

## Response `200`

OK

- 0 | 1 | 2 | 3 — ['Unchanged' = 0, 'Created' = 1, 'Deleted' = 2, 'Updated' = 3]

## 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

---

[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)
