@jellyfin/sdk
    Preparing search index...

    Interface UserApiGetUserByIdRequest

    Request parameters for getUserById operation in UserApi.

    UserApiGetUserByIdRequest

    interface UserApiGetUserByIdRequest {
        userId: string;
    }
    Index

    Properties

    Properties

    userId: string

    The user id.

    UserApiGetUserById