mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
1.8 KiB
1.8 KiB
GetSessionsUser
Example Usage
import { GetSessionsUser } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetSessionsUser = {
id: "1",
thumb: "https://plex.tv/users/844780fc6f8a26b5/avatar?c=1705853661",
title: "Blindkitty38",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
string | ➖ | N/A | 1 |
thumb |
string | ➖ | N/A | https://plex.tv/users/844780fc6f8a26b5/avatar?c=1705853661 |
title |
string | ➖ | N/A | Blindkitty38 |