mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 04:20:51 +00:00
2.4 KiB
2.4 KiB
GetUsersMediaContainer
Container holding user and server details.
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
friendlyName |
string | ✔️ | The friendly name of the Plex instance. | myPlex |
identifier |
string | ✔️ | N/A | com.plexapp.plugins.myplex |
machineIdentifier |
string | ✔️ | Unique Machine identifier of the Plex server. | 3dff4c4da3b1229a649aa574a9e2b419a684a20e |
totalSize |
int | ✔️ | Total number of users. | 30 |
size |
int | ✔️ | Number of users in the current response. | 30 |
user |
array<Operations\User> | ✔️ | List of users with access to the Plex server. |