---
title: "Get the associated groups information for the authenticated panelist"
method: GET
path: "/panel/panelist/group"
tags: ["Panel"]
---

# Get the associated groups information for the authenticated panelist

`GET /panel/panelist/group`

## Headers

- `Accept-Version` string

## Response `200`

Get the groups for the authenticated panelist

- PanelistGroup[]
  - `PanelistId` integer, required — Id of the panelist
  - `Id` integer, required — Id of the group
  - `Name` string, required — Name of the group
  - `Description` string — Description of the group

## Other responses

- `401` — The request must be authenticated using the Authorization HTTP header

---

[API](https://skmtc.net/voxco/apis/acuity-webapi-1-0.md) · [All operations](https://skmtc.net/voxco/apis/acuity-webapi-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voxco/acuity-webapi-1-0/revisions/2ea4b8555197/schema)
