Skip to content

KeybaseListAllUsers

KeybaseListAllUsers

GET /keybase-*/_search
{ 
  "aggs": {
    "topics": {
        "terms": {
            "field": "msg.sender.username",
            "size": 250
        }
    }
  },
  "size":0
}