---
title: "Multi-get groups information by Ids."
method: GET
path: "/v2/groups"
tags: ["Groups"]
---

# Multi-get groups information by Ids.

`GET /v2/groups`

If a group comes back as null, it will not be returned in the response.

## Query parameters

- `groupIds` integer[], required

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxWebResponsesGroupsGroupResponseV2
  - `data` RobloxWebResponsesGroupsGroupResponseV2[]
    - `id` integer
    - `name` string
    - `description` string
    - `owner` RobloxWebResponsesRelatedEntityTypeResponseRobloxWebResponsesGroupsGroupOwnerType
      - `id` integer
      - `type` 0 — ['User' = 0]
      - `name` string
    - `memberCount` integer
    - `created` string, date-time
    - `hasVerifiedBadge` boolean

## Other responses

- `400` — 2: Too many ids in request. 3: Ids could not be parsed from 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/e15802062270/schema)
