---
title: "Gets group configuration information"
method: GET
path: "/v1/groups/{groupId}/configuration"
tags: ["Groups"]
---

# Gets group configuration information

`GET /v1/groups/{groupId}/configuration`

## Path parameters

- `groupId` integer, required

## Response `200`

OK

- RobloxGroupsApiGroupConfigurationDetailsResponse — A detailed group response model
  - `groupId` integer — The group id
  - `emblemId` integer — The group emblem id
  - `coverPhotoId` integer — The group cover photo id

## Other responses

- `400` — 1: Group is invalid or does not exist. 15: User is not a member of the group.
- `403` — 1: Group is invalid or does not exist. 23: Insufficient permissions to complete the request.
- `503` — 31: Service is currently unavailable.

---

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