---
title: "Checks whether a group has ANY feature disabled (includes feature freezes and group lock).
Used to display a banner on Creator Hub/Studio to inform group members that some features may not be available."
method: GET
path: "/v1/groups/{groupId}/features/status"
tags: ["Groups"]
---

# Checks whether a group has ANY feature disabled (includes feature freezes and group lock).
Used to display a banner on Creator Hub/Studio to inform group members that some features may not be available.

`GET /v1/groups/{groupId}/features/status`

## Path parameters

- `groupId` integer, required

## Response `200`

OK

- RobloxGroupsApiHasGroupFeaturesBlockedResponse — Response model for the features/status endpoint.
  - `hasFeaturesBlocked` boolean — Whether the group has any active feature freezes.

## 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. 49: User is invalid or does not exist

---

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