Teac.Api.Users (teac v0.3.0)
View SourceSummary
Functions
Gets information about one or more users.
doc source: https://dev.twitch.tv/docs/api/reference/#get-users
You may look up users using their user ID, login name, or both but the sum total of the number of users you may look up is 100. For example, you may specify 50 IDs and 50 names or 100 IDs or names, but you cannot specify 100 IDs and 100 names. If you don’t specify IDs or login names, the request returns information about the user in the access token if you specify a user access token.
Scope: Teac.Scopes.User.read_email/0
To include the user’s verified email address in the response, you must use a user access token that includes the user:read:email scope.
Authorization
Requires an app access token or user access token.
Update User
source docs: https://dev.twitch.tv/docs/api/reference/#update-user
Updates the specified user’s information. The user ID in the OAuth token identifies the user whose information you want to update. To include the user’s verified email address in the response, the user access token must also include the user:read:email scope.
Authorization
Requires a user access token that includes the user:edit scope.