> ## Documentation Index
> Fetch the complete documentation index at: https://stars-components.js.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Function: fetchUsers()

> **fetchUsers**(`params?`): `Promise`\<`FetchResult`\<[`TwitchHelixResponse`](/documentation/api/twitch-helpers/interfaces/TwitchHelixResponse)\<[`TwitchHelixUsersSearchResult`](/documentation/api/twitch-helpers/interfaces/TwitchHelixUsersSearchResult)>>>

Defined in: [twitch.ts:35](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/twitch-helpers/src/lib/twitch.ts#L35)

Fetches the user data for lists of User IDs and/or login names.

## Parameters

### params?

[`TwitchFetchUsersParameters`](/documentation/api/twitch-helpers/interfaces/TwitchFetchUsersParameters) = `...`

An object with lists of Twitch User IDs and/or Twitch User Logins.

## Returns

`Promise`\<`FetchResult`\<[`TwitchHelixResponse`](/documentation/api/twitch-helpers/interfaces/TwitchHelixResponse)\<[`TwitchHelixUsersSearchResult`](/documentation/api/twitch-helpers/interfaces/TwitchHelixUsersSearchResult)>>>

The Twitch user data for every provided ID and/or login that matches a valid user.
