Users
Search users by name or username
get/x/users/search
Query parameters
qstring required
User search query
cursorstring
Pagination cursor for user search
Response
User search results
Example response
{
"users": [
{
"id": "9876543210",
"username": "elonmusk",
"name": "Elon Musk"
}
],
"has_next_page": true,
"next_cursor": "DAACCgACGRElMJcAAA"
}