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

# Updates the group's name.

`PATCH /v1/groups/{groupId}/name`

This endpoint will charge Robux for the group rename.

## Path parameters

- `groupId` integer, required

## Request body

- RobloxGroupsApiUpdateGroupNameRequest — A request model for setting a name for the group
  - `name` string — The group name being set.

## Response `200`

OK

- RobloxGroupsApiUpdateGroupNameResponse
  - `newName` string — The new description returned

## Other responses

- `400` — 1: Group is invalid or does not exist. 13: The name is invalid. 19: The name is too long. 20: The name has been taken.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 12: Insufficient Robux funds. 14: The name is moderated. 23: Insufficient permissions to complete the request. 38: Your account must be verified in order to change your group's name. 39: The group ownership was changed too recently.
- `409` — 36: The name was changed too recently. 37: The name was in use too recently.
- `413` — 0: Unknown error.
- `429` — 17: Too many requests.

---

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