MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / findOrCreateUser

Method findOrCreateUser

packages/sdk/src/index.ts:122–124  ·  view source on GitHub ↗
(user: LinenTypes.userPostType)

Source from the content-addressed store, hash-verified

120 }
121
122 findOrCreateUser(user: LinenTypes.userPostType): Promise<{ id: string }> {
123 return this.post(`/api/integrations/users`, user);
124 }
125}

Callers 6

onMessageCreateFunction · 0.80
handleInboundFunction · 0.80
handleUserFunction · 0.80
handleUserFunction · 0.80
createThreadFunction · 0.80
createMessageFunction · 0.80

Calls 1

postMethod · 0.45

Tested by

no test coverage detected