Set active org through admin api (#5179)

This commit is contained in:
Mukesh
2016-05-26 06:51:23 +02:00
committed by Torkel Ödegaard
parent f923edc424
commit 4038b4d17e
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -115,6 +115,7 @@ func Register(r *macaron.Macaron) {
r.Get("/:id", wrap(GetUserById))
r.Get("/:id/orgs", wrap(GetUserOrgList))
r.Put("/:id", bind(m.UpdateUserCommand{}), wrap(UpdateUser))
r.Post("/:id/using/:orgId", wrap(UpdateUserActiveOrg))
}, reqGrafanaAdmin)
// org information available to all users.