(organizationId: string)
| 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) => |
no test coverage detected