---
title: "Gets Groups contextual information:
Max number of groups a user can be part of.
Current number of groups a user is a member of.
Whether to show/hide certain features based on device type."
method: GET
path: "/v1/groups/metadata"
tags: ["Groups", "Metadata"]
---

# Gets Groups contextual information:
Max number of groups a user can be part of.
Current number of groups a user is a member of.
Whether to show/hide certain features based on device type.

`GET /v1/groups/metadata`

## Response `200`

OK

- RobloxGroupsApiGroupsDisplayOptionsResponse — A group roles response model
  - `groupLimit` integer — The user's builders club membership group limit
  - `currentGroupCount` integer — The user's current group membership count
  - `groupStatusMaxLength` integer — The maximum length of a group status
  - `areProfileGroupsHidden` boolean — If set to true, groups showcase will not show on users profiles. If set to false, group showcase will display on users profiles.
  - `isGroupDetailsPolicyEnabled` boolean — If set to true, group details will respect GUAC policies for group details If set to false, group details will not respect GUAC policies
  - `showPreviousGroupNames` boolean — Whether or not we should show previous names of this group
  - `areGroupBansEnabled` boolean — Whether or not group bans are enabled
  - `canEnableGroupNotifications` boolean — Whether or not group notifications can 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)
