Hi all, I need to implement a users mention when you write a tweet (same as in twitter). My question is if I should use the endpoint users/search and pass to the query what the user type or if it can be done with a different endpoint.
Basically what I need to accomplish is when the user types @[term] perform a search in twitter and return users to show.
Thanks