get_users | R 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.
get_users(user_id = NULL, user_login = NULL)
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. |
https://dev.twitch.tv/docs/api/reference/#get-users
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.