Searched defs:AddOrgUserCommand (Results 1 – 3 of 3) sorted by relevance
14 func (hs *HTTPServer) AddOrgUserToCurrentOrg(c *models.ReqContext, cmd models.AddOrgUserCommand) re…20 func (hs *HTTPServer) AddOrgUser(c *models.ReqContext, cmd models.AddOrgUserCommand) response.Respo…25 func (hs *HTTPServer) addOrgUserHelper(ctx context.Context, cmd models.AddOrgUserCommand) response.…
91 type AddOrgUserCommand struct { struct92 LoginOrEmail string `json:"loginOrEmail" binding:"Required"`93 Role RoleType `json:"role" binding:"Required"`95 OrgId int64 `json:"-"`96 UserId int64 `json:"-"`
21 func (ss *SQLStore) AddOrgUser(ctx context.Context, cmd *models.AddOrgUserCommand) error {