summaryrefslogtreecommitdiffstats
path: root/model/user_search.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/user_search.go')
-rw-r--r--model/user_search.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/user_search.go b/model/user_search.go
index 4bbd2bd78..1ef881130 100644
--- a/model/user_search.go
+++ b/model/user_search.go
@@ -14,6 +14,7 @@ type UserSearch struct {
InChannelId string `json:"in_channel_id"`
NotInChannelId string `json:"not_in_channel_id"`
AllowInactive bool `json:"allow_inactive"`
+ WithoutTeam bool `json:"without_team"`
}
// ToJson convert a User to a json string