(orgID, username, passwordHash string, passthrough *bool, maxVCPUs *int)
| 134 | // widens the reader the PostHog SQL editor already uses. |
| 135 | r.PUT("/orgs/:id/teams/:team_id/project-reader", h.upsertProjectReader) |
| 136 | r.PUT("/orgs/:id/teams/:team_id/project-user", h.upsertProjectUser) |
| 137 | |
| 138 | // Users CRUD |
| 139 | r.GET("/users", h.listUsers) |