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

# Gets the Group's settings

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

## Path parameters

- `groupId` integer, required

## Response `200`

OK

- RobloxGroupsApiGroupSettingsResponse — Response model for Group Settings
  - `isApprovalRequired` boolean — Whether public entry is allowed.
  - `isBuildersClubRequired` boolean — Whether Builder's Club is required.
  - `areEnemiesAllowed` boolean — Whether enemy club declarations are allowed.
  - `areGroupFundsVisible` boolean — Whether funds are publicly visible.
  - `areGroupGamesVisible` boolean — Whether games are publicly visible.
  - `isGroupNameChangeEnabled` boolean — If the group name change feature is enabled for this group.
  - `verificationLevel` 0 | 1 | 2 | 3 — The verification level for the group. Null if the verification level could not be determined due to an error.
  - `accountTenureRequirement` 0 | 1 | 2 | 3 | 4 | 5 — The account tenure requirement for the group. Null if the account tenure requirement could not be determined due to an error.
  - `slowmode` 0 | 1 | 2 | 3 — The slowmode level for the group (0-4). 0 = No slowmode, 1-4 = Slowmode levels with increasing restrictions.
  - `isMemberListVisibleToPublic` boolean — Whether the group member list is visible to public.
  - `isAutoAssignRoleDisabled` boolean — Whether automatic assignment of the lowest non-guest role is disabled for this group. For non-legacy groups (created after the multi-role cutoff), this is always true. For legacy groups, reflects the persisted GroupFeatureSettings value. Null when the value could not be determined.
  - `communityTier` RobloxGroupsClientCommunityTierInfoResponse
    - `groupId` integer
    - `currentTier` integer
    - `previousTier` integer
    - `tierUpdatedTime` string, date-time
    - `lastEvaluatedTime` string, date-time
    - `requirements` RobloxGroupsClientTierRequirement[]
      - `key` 1 | 2 | 3 | 4 | 5 — ['OwnerModerationStatusOk' = 1, 'OwnerAgeEstimationVerified' = 2, 'OwnerIdVerified' = 3, 'OwnerTwoStepVerified' = 4, 'CommunityMeetsPlayerRequirement' = 5]
      - `satisfied` boolean

## Other responses

- `400` — 1: Group is invalid or does not exist.
- `401` — 0: Authorization has been denied for this request.
- `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/756260310407/schema)
