@ctrl/plex
    Preparing search index...

    Class MyPlexUser

    Index
    account: MyPlexAccount
    allowCameraUpload: boolean
    allowChannels: boolean
    allowSync: boolean
    email?: string
    filterAll?: string
    filterMovies?: string
    filterMusic?: string
    filterPhotos?: string
    filterTelevision?: string
    friend: true
    home: boolean
    id?: number
    protected: boolean
    recommendationsPlaylistId?: string
    restricted?: string
    thumb?: string
    title?: string
    username?: string
    key: "https://plex.tv/api/users/" = 'https://plex.tv/api/users/'
    • Remove this user from the account's friends.

      Returns Promise<void>

    • Remove this managed user from the account's Plex Home.

      Returns Promise<void>