mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-07 20:47:46 +00:00
16 lines
3.8 KiB
Markdown
16 lines
3.8 KiB
Markdown
# GetUsersServer
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
|
|
| `id` | *int* | :heavy_check_mark: | Unique ID of the server of the connected user | 907759180 |
|
|
| `serverId` | *int* | :heavy_check_mark: | ID of the actual Plex server. | 9999999 |
|
|
| `machineIdentifier` | *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 |
|
|
| `lastSeenAt` | *int* | :heavy_check_mark: | N/A | 1556281940 |
|
|
| `numLibraries` | *int* | :heavy_check_mark: | Number of libraries in the server this user has access to. | 16 |
|
|
| `allLibraries` | [?Operations\AllLibraries](../../Models/Operations/AllLibraries.md) | :heavy_minus_sign: | N/A | 1 |
|
|
| `owned` | [?Operations\Owned](../../Models/Operations/Owned.md) | :heavy_minus_sign: | N/A | 1 |
|
|
| `pending` | [?Operations\Pending](../../Models/Operations/Pending.md) | :heavy_minus_sign: | N/A | 1 | |