MCPcopy
hub / github.com/benjitaylor/agentation / getUsersByOrg

Method getUsersByOrg

mcp/src/server/sqlite.ts:580–580  ·  view source on GitHub ↗
(orgId: string)

Source from the content-addressed store, hash-verified

578 getUser(id: string): User | undefined;
579 getUserByEmail(email: string): User | undefined;
580 getUsersByOrg(orgId: string): User[];
581
582 // API Keys
583 createApiKey(userId: string, name: string, expiresAt?: string): { apiKey: ApiKey; rawKey: string };

Callers 1

getUsersByOrgFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected