Users: Allow specifying user UIDs in params (#95424)
* add user ID API translation * add uid to user frontend * use users' UIDs in admin pages * fix ldapSync page * use global user search for user by UID * remove active org filtering * remove orgID params
This commit is contained in:
@@ -71,6 +71,7 @@ func (hs *HTTPServer) AdminCreateUser(c *contextmodel.ReqContext) response.Respo
|
||||
result := user.AdminCreateUserResponse{
|
||||
Message: "User created",
|
||||
ID: usr.ID,
|
||||
UID: usr.UID,
|
||||
}
|
||||
|
||||
return response.JSON(http.StatusOK, result)
|
||||
|
||||
Reference in New Issue
Block a user