---
title: "Gets Group configuration contextual information"
method: GET
path: "/v1/groups/configuration/metadata"
tags: ["Groups", "Metadata"]
---

# Gets Group configuration contextual information

`GET /v1/groups/configuration/metadata`

## Response `200`

OK

- RobloxGroupsApiGroupConfigurationDisplayOptionsResponse — A response model for group configuration
  - `groupConfiguration` RobloxGroupsApiGroupConfigurationResponse — A response model for group configuration
    - `nameMaxLength` integer — The maximum length of a group name
    - `descriptionMaxLength` integer — The maximum length of a group description
    - `iconMaxFileSizeMb` integer — The maximum file size of the group icon in megabytes
    - `coverPhotoMaxFileSizeMb` integer — The maximum file size of the group cover photo in megabytes
    - `validCoverPhotoDimensions` string — The valid dimensions of the group cover photo in CSV format
    - `cost` integer — The cost of purchasing a group
    - `isUsingTwoStepWebviewComponent` boolean — Should the frontend use the 2sv webview component (as opposed to the built-in 2sv pop up)
  - `recurringPayoutsConfiguration` RobloxGroupsApiRecurringPayoutsConfigurationResponse — A response model for recurring payout configuration
    - `maxPayoutPartners` integer — The maximum number of recurring payout partners
  - `roleConfiguration` RobloxGroupsApiRoleConfigurationResponse — A response model for role configuration
    - `nameMaxLength` integer — The maximum length of a role name
    - `descriptionMaxLength` integer — The maximum length of a role description
    - `limit` integer — The maximum number of roles in a group
    - `cost` integer — The cost of purchasing a role
    - `minRank` integer — The minimum rank a role can have
    - `maxRank` integer — The maximum rank a role can have
  - `groupNameChangeConfiguration` RobloxGroupsApiGroupNameChangeConfigurationResponse
    - `cost` integer — The cost of renaming a group
    - `cooldownInDays` integer — The cooldown for group name changes in days
    - `ownershipCooldownInDays` integer — The ownership cooldown for group name changes in days
  - `isPremiumPayoutsEnabled` boolean — The configuration of premium payouts shows in Group Revenue Summary page
  - `isDefaultEmblemPolicyEnabled` boolean — If set to true, default group emblem policies handled by GUAC will be enabled If set to false, default group emblem policies will not be enabled

---

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