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

Function userDirectory

apps/cloud/src/admin/admin-users-api.ts:198–199  ·  view source on GitHub ↗
(organizationId: string)

Source from the content-addressed store, hash-verified

196 // The authorized tenant is what scopes the directory, so every read below
197 // asks the same org the platform view was opened for.
198 const userDirectory = (organizationId: string) =>
199 adminUserDirectoryFromMembers(directory, organizationId);
200 return AdminUsersProvider.of({
201 listUsers: (headers, options) =>
202 withPlatformView(headers, (executor, organizationId) =>

Callers 1

admin-users-api.tsFile · 0.85

Calls 1

Tested by

no test coverage detected