get_users: Get Users Gets information about one or more specified Twitch...

View source: R/get_users.R

get_usersR Documentation

Get Users Gets information about one or more specified Twitch users. Users are identified by optional user IDs and/or login name. If neither a user ID nor a login name is specified, the user is looked up by Bearer token.

Description

Get Users Gets information about one or more specified Twitch users. Users are identified by optional user IDs and/or login name. If neither a user ID nor a login name is specified, the user is looked up by Bearer token.

Usage

get_users(user_id = NULL, user_login = NULL)

Arguments

user_id

User ID. Multiple user IDs can be specified. Limit: 100.

user_login

User login name. Multiple login names can be specified. Limit: 100.

References

https://dev.twitch.tv/docs/api/reference/#get-users


Freguglia/rTwitchAPI documentation built on Dec. 6, 2022, 3:44 a.m.