Add public admin users API and org API keys - #1467
Closed
RhysSullivan wants to merge 5 commits into
Closed
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | 2d8a15b | Commit Preview URL Branch Preview URL |
Jul 28 2026, 08:42 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| 🔵 In progress View logs |
executor-cloud | 9a5776a | Jul 29 2026, 02:59 AM |
This was referenced Jul 28, 2026
Contributor
Cloudflare previewTorn down — the PR is closed. |
@executor-js/cli
@executor-js/config
@executor-js/execution
@executor-js/sdk
@executor-js/codemode-core
@executor-js/runtime-quickjs
@executor-js/plugin-file-secrets
@executor-js/plugin-graphql
@executor-js/plugin-keychain
@executor-js/plugin-mcp
@executor-js/plugin-onepassword
@executor-js/plugin-openapi
executor
commit: |
RhysSullivan
force-pushed
the
platform-view-reach
branch
from
July 28, 2026 02:08
85ccaa1 to
6975511
Compare
RhysSullivan
force-pushed
the
admin-users-api
branch
from
July 28, 2026 02:08
dc95822 to
1f3ca59
Compare
RhysSullivan
changed the base branch from
platform-view-reach
to
connect-deep-links
July 28, 2026 08:40
RhysSullivan
force-pushed
the
admin-users-api
branch
from
July 28, 2026 08:40
1f3ca59 to
2d8a15b
Compare
RhysSullivan
force-pushed
the
connect-deep-links
branch
from
July 29, 2026 02:44
966a657 to
5be906b
Compare
RhysSullivan
force-pushed
the
admin-users-api
branch
from
July 29, 2026 02:44
2d8a15b to
4a80501
Compare
RhysSullivan
force-pushed
the
connect-deep-links
branch
from
July 29, 2026 02:58
5be906b to
cce2a24
Compare
RhysSullivan
force-pushed
the
admin-users-api
branch
from
July 29, 2026 02:58
4a80501 to
9a5776a
Compare
Collaborator
Author
|
Consolidated into #1469. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #1465. Public admin surface on the platform view, mounted like the Account API with per-host auth:
GET /admin/users,GET /admin/users/with-connections,GET /admin/users/:externalId/connections— credential fields excluded by projection (direct assertion, mutation-tested). Gated by org-scoped API key (cloud, minted viaPOST /api/account/org-api-keys, admin-only) or admin membership (cloud admin role / self-host Better Auth owner-admin). Platform executors skip touchSubject so org keys never appear as users. Known gap: the WorkOS emulator lacks org-key minting, so e2e drives the admin-session path; org keys covered at unit level (upstream emulate change filed as follow-up).Stack