mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 12:47:44 +00:00
4.3 KiB
4.3 KiB
GetUsersServer
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
int | ✔️ | Unique ID of the server of the connected user | 907759180 |
server_id |
int | ✔️ | ID of the actual Plex server. | 9999999 |
machine_identifier |
str | ✔️ | Machine identifier of the Plex server. | fbb8aa6be6e0c997c6268bc2b4431c8807f70a3 |
name |
str | ✔️ | Name of the Plex server of the connected user. | ConnectedUserFlix |
last_seen_at |
int | ✔️ | N/A | 1556281940 |
num_libraries |
int | ✔️ | Number of libraries in the server this user has access to. | 16 |
all_libraries |
Optional[operations.AllLibraries] | ➖ | N/A | 1 |
owned |
Optional[operations.Owned] | ➖ | N/A | 1 |
pending |
Optional[operations.Pending] | ➖ | N/A | 1 |