MCPcopy Create free account
hub / github.com/benjitaylor/agentation / createUser

Method createUser

mcp/src/server/sqlite.ts:577–577  ·  view source on GitHub ↗
(email: string, orgId: string, role?: UserRole)

Source from the content-addressed store, hash-verified

575
576 // Users
577 createUser(email: string, orgId: string, role?: UserRole): User;
578 getUser(id: string): User | undefined;
579 getUserByEmail(email: string): User | undefined;
580 getUsersByOrg(orgId: string): User[];

Callers 1

createUserFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected