The [get_users_with_bearer_token.rb](https://github.com/twitterdev/Twitter-API-v2-sample-code/blob/master/User-Lookup/get_users_with_bearer_token.rb) file was clearly copied from [get_tweets_with_bearer_token.rb](https://github.com/twitterdev/Twitter-API-v2-sample-code/blob/master/Tweet-Lookup/get_tweets_with_bearer_token.rb) but the params were not updated for the User type (leaving the Tweet parameters in there still). This should probably be updated to reflect user parameters and link to the user explanation.