---
title: "Get Group"
method: GET
path: "/cloud/v2/groups/{group_id}"
tags: ["Groups"]
---

# Get Group

`GET /cloud/v2/groups/{group_id}`

Gets the specified group.

## Path parameters

- `group_id` string, required

## Response `200`

OK

- Group — A mini-community within Roblox for communication, discussions, and more.
  - `path` string — The resource path of the group. Format: `groups/{group_id}`
  - `createTime` string, date-time — The timestamp when the group was created.
  - `updateTime` string, date-time — The timestamp when the group was last updated.
  - `id` string — A unique ID that identifies the group.
  - `displayName` string — The name of the group. Must be non-empty. Has a maximum limit of 50 characters.
  - `description` string — The description of the group. Has a maximum limit of 1000 characters.
  - `owner` string — The resource path of the owner. If the group is abandoned and has no owner, this field is not returned.
  - `memberCount` integer — The total number of members within a group.
  - `publicEntryAllowed` boolean — Whether the group allows public entry.
  - `locked` boolean — Whether the group is locked. A locked group is a group that has been moderated/banned by Roblox.
  - `verified` boolean — Whether the group has the verified badge.

---

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