AviatoAviato
DeveloperAPI ReferenceAdapterJellyfinUsersUseridGroupingoptions

Cross-library grouping options

GET
/api/adapter/jellyfin/Users/{userId}/GroupingOptions

Returns an empty array — Aviato does not yet implement cross-library grouping. Clients gracefully handle this by surfacing libraries individually.

Path Parameters

userId*string

Response Body

application/json

curl -X GET "https://example.com/api/adapter/jellyfin/Users/string/GroupingOptions"
[
  {
    "Name": "string",
    "Id": "string",
    "property1": null,
    "property2": null
  }
]