Skip to content

KeybaseListAllUsersWithTheTeamsTheyAreOn

KeybaseListAllUsersWithTheTeamsTheyAreOn

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