MCPcopy Create free account
hub / github.com/PostHog/duckgres / CreateUser

Method CreateUser

controlplane/admin/api.go:134–134  ·  view source on GitHub ↗
(user *configstore.OrgUser)

Source from the content-addressed store, hash-verified

132 // (distinct usernames, one of each per team) so a caller picks read-only or
133 // read/write by which one it connects with, and minting a writer never
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

Callers 1

createUserMethod · 0.65

Implementers 2

gormAPIStorecontrolplane/admin/api.go
fakeAPIStorecontrolplane/admin/api_test.go

Calls

no outgoing calls

Tested by

no test coverage detected