FixTweet icon indicating copy to clipboard operation
FixTweet copied to clipboard

Get user by id ?

Open Nsbx opened this issue 1 year ago • 2 comments

Hi, since user id is available into the api response, is possible to get user by id instead screen_name ?

Thank

Nsbx avatar Feb 23 '24 10:02 Nsbx

The endpoint we use UserByScreenName, as the name suggests, only takes a username (screen_name) as a parameter, so adding user ids as an input would need a few changes. There is a graphql endpoint UserByRestId which would be used to implement this functionality.

dangeredwolf avatar Feb 23 '24 18:02 dangeredwolf

I would LOVE this option. is it something doable?

CyrilNb avatar Sep 03 '24 11:09 CyrilNb