MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / listMembers

Function listMembers

apps/host-selfhost/src/admin/admin-users-api.ts:88–89  ·  view source on GitHub ↗
(auth: BetterAuthHandle["auth"], headers: AdminUsersHeaders)

Source from the content-addressed store, hash-verified

86 * directory that session is already entitled to on `/account/members`.
87 */
88const listMembers = (auth: BetterAuthHandle["auth"], headers: AdminUsersHeaders) =>
89 Effect.tryPromise(() => auth.api.listMembers({ headers: new Headers(headers) }));
90
91/**
92 * Both directions of self-host's directory, over the SAME single `listMembers`

Callers 1

userDirectoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected