Get User
get_userLook up a Twitch user/channel by login (username). Returns profile info: id, display name, description, view count, broadcaster type, account creation date, and profile image. Example: get_user({ login: "ninja" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| login | Yes | Twitch username (login), e.g. "ninja", "pokimane". | |
| _apiKey | No | Optional — your own Twitch credentials as CLIENT_ID:CLIENT_SECRET for higher limits; omit to use the shared Pipeworx key. |