mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
660 B
660 B
GetUserDetailsRequest
Example Usage
import { GetUserDetailsRequest } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetUserDetailsRequest = {
xPlexToken: "CV5xoxjTpFKUzBTShsaf",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
xPlexToken |
string | ✔️ | Plex Authentication Token | CV5xoxjTpFKUzBTShsaf |