---
title: "Get user view grouping options."
method: GET
path: "/Users/{userId}/GroupingOptions"
tags: ["UserViews"]
---

# Get user view grouping options.

`GET /Users/{userId}/GroupingOptions`

## Path parameters

- `userId` string, uuid, required — User id.

## Response `200`

User view grouping options returned.

- SpecialViewOptionDto[]
  - `Name` string, nullable — Gets or sets view option name.
  - `Id` string, nullable — Gets or sets view option id.

## Other responses

- `404` — User not found.

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/revisions/eb6f75af7066/schema)
