mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 20:57:45 +00:00
16 lines
4.2 KiB
Markdown
16 lines
4.2 KiB
Markdown
# GetUsersServer
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
|
|
| `id` | *::Integer* | :heavy_check_mark: | Unique ID of the server of the connected user | 907759180 |
|
|
| `server_id` | *::Integer* | :heavy_check_mark: | ID of the actual Plex server. | 9999999 |
|
|
| `machine_identifier` | *::String* | :heavy_check_mark: | Machine identifier of the Plex server. | fbb8aa6be6e0c997c6268bc2b4431c8807f70a3 |
|
|
| `name` | *::String* | :heavy_check_mark: | Name of the Plex server of the connected user. | ConnectedUserFlix |
|
|
| `last_seen_at` | *::Integer* | :heavy_check_mark: | N/A | 1556281940 |
|
|
| `num_libraries` | *::Integer* | :heavy_check_mark: | Number of libraries in the server this user has access to. | 16 |
|
|
| `all_libraries` | [Models::Operations::AllLibraries](../../models/operations/alllibraries.md) | :heavy_check_mark: | N/A | 1 |
|
|
| `owned` | [Models::Operations::Owned](../../models/operations/owned.md) | :heavy_check_mark: | N/A | 1 |
|
|
| `pending` | [Models::Operations::Pending](../../models/operations/pending.md) | :heavy_check_mark: | N/A | 1 | |