After a user logs in with their Twitch account and I get the access token, how can I get their username/userID without requiring the user_read scope?
Call the users endpoint with the token and no userID/login in the query string parameters
The email read scope is optional
Brill, thanks.