Get Library User Stats

get_library_user_stats(url = NULL, apikey = NULL, section_id)

Arguments

url

Server URL.

apikey

API key.

section_id

The library's section_id, e.g. 1.

Source

https://github.com/Tautulli/Tautulli/blob/master/API.md#get_library_user_stats

Value

A tbl with 4 columns and one row per user.

Examples

# NOT RUN {
get_library_user_stats(section_id = 1)
# }