---
title: "Updates the permissions for a group's roleset. The authorized user must be the group owner."
method: PATCH
path: "/v1/groups/{groupId}/roles/{roleSetId}/permissions"
tags: ["Groups"]
---

# Updates the permissions for a group's roleset. The authorized user must be the group owner.

`PATCH /v1/groups/{groupId}/roles/{roleSetId}/permissions`

## Path parameters

- `groupId` integer, required
- `roleSetId` integer, required

## Request body

- RobloxGroupsApiUpdatePermissionsRequest — A request model for updating a group's roleset's permissions.
  - `permissions` object — The permission-value pairs to be updated.
    - `InviteMembers` boolean
    - `PostToStatus` boolean
    - `RemoveMembers` boolean
    - `BanMembers` boolean
    - `ViewStatus` boolean
    - `ChangeRank` boolean
    - `AdvertiseGroup` boolean
    - `ManageRelationships` boolean
    - `AddGroupPlaces` boolean
    - `ViewAuditLogs` boolean
    - `CreateItems` boolean
    - `ManageItems` boolean
    - `SpendGroupFunds` boolean
    - `ManageClan` boolean
    - `ManageGroupGames` boolean
    - `UseCloudAuthentication` boolean
    - `AdministerCloudAuthentication` boolean
    - `ViewAnalytics` boolean
    - `ViewForums` boolean
    - `ManageCategories` boolean
    - `CreatePosts` boolean
    - `RemovePosts` boolean
    - `LockPosts` boolean
    - `PinPosts` boolean
    - `CreateComments` boolean
    - `RemoveComments` boolean
    - `ManageKeywordBlockList` boolean
    - `ViewKeywordBlockList` boolean
    - `BypassSlowmode` boolean
    - `ViewCommunityAnalytics` boolean
    - `CreateBugReports` boolean

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 1: Group is invalid or does not exist. 2: The roleset is invalid or does not exist.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 3: You are not authorized to view/edit permissions for this role. 4: This role's permissions can not be modified.

---

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