mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 04:21:50 +08:00
WIP: add user group search
This commit is contained in:
@ -218,7 +218,7 @@ func SearchUsers(c *middleware.Context) Response {
|
||||
return Json(200, query.Result.Users)
|
||||
}
|
||||
|
||||
// GET /api/search
|
||||
// GET /api/users/search
|
||||
func SearchUsersWithPaging(c *middleware.Context) Response {
|
||||
query, err := searchUser(c)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user