From 232a99f0c7b9364cb4386264f9ff7f97549a4378 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Mon, 3 Apr 2017 18:11:12 +0100 Subject: PLT-6162: Search for users not in a given team. (#5943) --- model/user_search.go | 1 + 1 file changed, 1 insertion(+) (limited to 'model') diff --git a/model/user_search.go b/model/user_search.go index 1ef881130..8d6a5c567 100644 --- a/model/user_search.go +++ b/model/user_search.go @@ -11,6 +11,7 @@ import ( type UserSearch struct { Term string `json:"term"` TeamId string `json:"team_id"` + NotInTeamId string `json:"not_in_team_id"` InChannelId string `json:"in_channel_id"` NotInChannelId string `json:"not_in_channel_id"` AllowInactive bool `json:"allow_inactive"` -- cgit v1.2.3-1-g7c22