How to get my channel vips id by twitch API

I have try to get vips name list by twitch-chat-client ^4.2.3 ,and it returns a vip name list.
const vips = await this._streamerChatClient.getVips(accountAccess.getAccounts().streamer.username);
Then i used helixAPI to get user id list by user name list.
await client.helix.users.getUsersByNames(vips);
Finally i find that it returns an error when the name is display Name not login name
so is there a way to get user info by display name in twitchAPI ?
Much appreciate if you can give me a hand.

No there is not

See also:

and

thanks a lot.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.