SQLStore: extend user.SearchUsers method (#17514)
* SQLStore: extend `user.SearchUsers` method Allow `user.SearchUsers` to search users based on their auth type
This commit is contained in:
+5
-4
@@ -140,10 +140,11 @@ type GetUserProfileQuery struct {
|
||||
}
|
||||
|
||||
type SearchUsersQuery struct {
|
||||
OrgId int64
|
||||
Query string
|
||||
Page int
|
||||
Limit int
|
||||
OrgId int64
|
||||
Query string
|
||||
Page int
|
||||
Limit int
|
||||
AuthModule string
|
||||
|
||||
Result SearchUserQueryResult
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user