get_user_ips {tauturri} | R Documentation |
Get User IPs
Description
Get User IPs
Usage
get_user_ips(url = NULL, apikey = NULL, user_id, order_column = NULL,
order_dir = "desc", start = 0, length = 50, search = NULL)
Arguments
url |
Server URL. |
apikey |
API key. |
user_id |
The |
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 |
Value
A tbl
Source
https://github.com/Tautulli/Tautulli/blob/master/API.md#get_user_ips
Examples
## Not run:
get_user_ips(user_id = 192023)
## End(Not run)
[Package tauturri version 0.3.0 Index]