---
title: "Gets the Group's name change history."
method: GET
path: "/v1/groups/{groupId}/name-history"
tags: ["Groups"]
---

# Gets the Group's name change history.

`GET /v1/groups/{groupId}/name-history`

## Path parameters

- `groupId` integer, required

## Query parameters

- `limit` 10 | 25 | 50 | 100
- `cursor` string
- `sortOrder` 'Asc' | 'Desc'

## Response `200`

OK

- RobloxWebWebAPIModelsApiPageResponseRobloxGroupsApiModelsResponseGroupNameHistoryResponseItem
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxGroupsApiModelsResponseGroupNameHistoryResponseItem[]
    - `name` string — The group name before the change
    - `created` string, date-time — Date the name change was applied

## Other responses

- `400` — 1: Group is invalid or does not exist.
- `403` — 23: Insufficient permissions to complete the request.

---

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