mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 12:47:44 +00:00
3.2 KiB
3.2 KiB
GetUsersMediaContainer
Container holding user and server details.
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
friendly_name |
::String | ✔️ | The friendly name of the Plex instance. | myPlex |
identifier |
::String | ✔️ | N/A | com.plexapp.plugins.myplex |
machine_identifier |
::String | ✔️ | Unique Machine identifier of the Plex server. | 3dff4c4da3b1229a649aa574a9e2b419a684a20e |
total_size |
::Integer | ✔️ | Total number of users. | 30 |
size |
::Integer | ✔️ | Number of users in the current response. | 30 |
user |
T::Array<::PlexRubySDK::Operations::User> | ✔️ | List of users with access to the Plex server. |