Skip to content

User Search



wss user_search

The user_search request returns users matched with the specified parameters.

NameTypeDescription
keywordstringKey phrase for search
limitnumberMaximum number of objects
updated_at.gttimestampTime reference point
ignore_idsarray[string]Array of users that will be ignored
NameTypeDescription
usersarray[object]Array of user objects
{
"request": {
"user_search": {
"keyword": "sam",
"limit": 100,
"updated_at": {
"gt": timestamp_in_ms,
},
"ignore_ids": [ "63077ad836b78c3d82af0866", "63077ad836b78c3d82af0868" ]
},
"id": "RequestId"
}
}
{
"response": {
"id": "RequestId",
"users": [...]
}
}