Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    getUsersById

    Gets a user by Id

    Requires authentication as user

    getUsersById

    Request
    get /Users/{Id}
    Parameters
    Name In Type Default Notes
    *Id path
    Responses
    Status Code Type Description Samples
    200 UserDto

    Operation successful. Returning a UserDto object.

    400

    Bad Request. Server cannot process request.

    401

    Unauthorized. Client needs to authenticate.

    403

    Forbidden. No permission for the reqested operation.

    404

    Resource not found or unavailable.

    500

    Server error.

    Definitions

    UserDto

    see also MediaBrowser.Model.Dto.UserDto

    Name Type Notes
    Name string

    The name.

    ServerId string

    The server identifier.

    ServerName string

    The name of the server. This is not used by the server and is for client-side usage only.

    Prefix string
    ConnectUserName string

    The name of the connect user.

    DateCreated string (date-time)
    ConnectLinkType UserLinkType
    Id string

    The id.

    PrimaryImageTag string

    The primary image tag.

    HasPassword boolean

    A value indicating whether this instance has password.

    HasConfiguredPassword boolean

    A value indicating whether this instance has configured password.

    EnableAutoLogin boolean
    LastLoginDate string (date-time)

    The last login date.

    LastActivityDate string (date-time)

    The last activity date.

    Configuration UserConfiguration[]

    Class UserConfiguration

    Policy UserPolicy[]
    PrimaryImageAspectRatio number (double)

    The primary image aspect ratio.

    HasConfiguredEasyPassword boolean
    UserItemShareLevel UserItemShareLevel

    UserLinkType

    see also MediaBrowser.Model.Connect.UserLinkType

    Enum Values
    • LinkedUser
    • Guest

    UserConfiguration

    see also MediaBrowser.Model.Configuration.UserConfiguration

    Name Type Notes
    AudioLanguagePreference string

    The audio language preference.

    PlayDefaultAudioTrack boolean

    A value indicating whether [play default audio track].

    SubtitleLanguagePreference string

    The subtitle language preference.

    ProfilePin string
    DisplayMissingEpisodes boolean
    SubtitleMode SubtitlePlaybackMode
    OrderedViews array
    LatestItemsExcludes array
    MyMediaExcludes array
    HidePlayedInLatest boolean
    HidePlayedInMoreLikeThis boolean
    HidePlayedInSuggestions boolean
    RememberAudioSelections boolean
    RememberSubtitleSelections boolean
    EnableNextEpisodeAutoPlay boolean
    ResumeRewindSeconds integer (int32)
    IntroSkipMode SegmentSkipMode
    EnableLocalPassword boolean

    SubtitlePlaybackMode

    see also MediaBrowser.Model.Configuration.SubtitlePlaybackMode

    Enum Values
    • Default
    • Always
    • OnlyForced
    • None
    • Smart
    • HearingImpaired

    SegmentSkipMode

    see also MediaBrowser.Model.Configuration.SegmentSkipMode

    Enum Values
    • ShowButton
    • AutoSkip
    • None

    UserPolicy

    see also MediaBrowser.Model.Users.UserPolicy

    Name Type Notes
    IsAdministrator boolean

    A value indicating whether this instance is administrator.

    IsHidden boolean

    A value indicating whether this instance is hidden.

    IsHiddenRemotely boolean
    IsHiddenFromUnusedDevices boolean
    IsDisabled boolean

    A value indicating whether this instance is disabled.

    LockedOutDate integer (int64)
    MaxParentalRating integer (int32)

    The max parental rating.

    AllowTagOrRating boolean
    BlockedTags array
    IsTagBlockingModeInclusive boolean
    IncludeTags array
    EnableUserPreferenceAccess boolean
    AccessSchedules AccessSchedule[]
    BlockUnratedItems UnratedItem[]
    EnableRemoteControlOfOtherUsers boolean
    EnableSharedDeviceControl boolean
    EnableRemoteAccess boolean
    EnableLiveTvManagement boolean
    EnableLiveTvAccess boolean
    EnableMediaPlayback boolean
    EnableAudioPlaybackTranscoding boolean
    EnableVideoPlaybackTranscoding boolean
    EnablePlaybackRemuxing boolean
    EnableContentDeletion boolean
    RestrictedFeatures array
    EnableContentDeletionFromFolders array
    EnableContentDownloading boolean
    EnableSubtitleDownloading boolean
    EnableSubtitleManagement boolean
    EnableSyncTranscoding boolean

    A value indicating whether [enable synchronize].

    EnableMediaConversion boolean
    EnabledChannels array
    EnableAllChannels boolean
    EnabledFolders array
    EnableAllFolders boolean
    InvalidLoginAttemptCount integer (int32)
    EnablePublicSharing boolean
    BlockedMediaFolders array
    RemoteClientBitrateLimit integer (int32)
    AuthenticationProviderId string
    ExcludedSubFolders array
    SimultaneousStreamLimit integer (int32)
    EnabledDevices array
    EnableAllDevices boolean
    AllowCameraUpload boolean
    AllowSharingPersonalItems boolean

    AccessSchedule

    see also MediaBrowser.Model.Configuration.AccessSchedule

    Name Type Notes
    DayOfWeek DynamicDayOfWeek
    StartHour number (double)

    The start hour.

    EndHour number (double)

    The end hour.

    DynamicDayOfWeek

    see also MediaBrowser.Model.Configuration.DynamicDayOfWeek

    Enum Values
    • Sunday
    • Monday
    • Tuesday
    • Wednesday
    • Thursday
    • Friday
    • Saturday
    • Everyday
    • Weekday
    • Weekend

    UnratedItem

    see also MediaBrowser.Model.Configuration.UnratedItem

    UserItemShareLevel

    see also MediaBrowser.Model.Dto.UserItemShareLevel

    Enum Values
    • None
    • Read
    • Write
    • Manage
    • ManageDelete
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.