Get a Users Table
get_users_table(url = NULL, apikey = NULL, order_column = NULL, order_dir = "desc", start = 0, length = 50, search = NULL)
| url | Server URL. |
|---|---|
| apikey | API key. |
| order_column | "user_thumb", "friendly_name", "last_seen", "ip_address", "platform", "player", "last_played", "plays", "duration" |
| order_dir | "desc" (default) or "asc" |
| start | Row to start from, default is 0 |
| length | Number of items to return, default is 50. |
| search | A string to search for |
https://github.com/Tautulli/Tautulli/blob/master/API.md#get_users_table
A tbl
# NOT RUN { get_users_table() # }