github source

github.org_organization_role_users

fail

List users that are assigned to an organization role

Requires org and role_id. Large organizations can return many rows; narrow by one scoping filter before broad scans.

org, role_id captured 2026-08-31 07:16:16Zmedian 40620 ms
Verdict: FALSE

All variants failed: 6 errors, 0 successful.

What to do

GitHub returned 404
upstream.not_found

Either the resource is private, doesn't exist, or your filter values don't match a real resource.

Try a known public repo (anomalyco/opencode, sst/opencode, octocat/Hello-World)
GitHub returned 404
upstream.not_found

Either the resource is private, doesn't exist, or your filter values don't match a real resource.

Confirm the resource exists: it may be private, removed, or org-scoped
rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal239838 ms40308 ms40779 ms[0, 0]2
realistic240212 ms40620 ms41028 ms[0, 0]2
edge239514 ms43622 ms47730 ms[0, 0]2

Latency per trial

minimalmedian 40308ms
t139838mst240779ms
scale: 0–40779 ms
realisticmedian 40620ms
t141028mst240212ms
scale: 0–41028 ms
edgemedian 43622ms
t139514mst247730ms
scale: 0–47730 ms

Probe variants — every command + output

minimal2 trials
min 39838ms · median 40308ms · max 40779ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.org_organization_role_users WHERE org = 'opencode' AND role_id = '1' LIMIT 1
Trials + output
trial 1·39838ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role","status":"404"} [GET] https://api.github.com/orgs/opencode/organization-roles/1/users
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·40779ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role","status":"404"} [GET] https://api.github.com/orgs/opencode/organization-roles/1/users
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
realistic2 trials
min 40212ms · median 40620ms · max 41028ms · rows 0,0

typical user query

Command
SELECT * FROM github.org_organization_role_users WHERE org = 'opencode' AND role_id = '1' LIMIT 25
Trials + output
trial 1·41028ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role","status":"404"} [GET] https://api.github.com/orgs/opencode/organization-roles/1/users
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·40212ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role","status":"404"} [GET] https://api.github.com/orgs/opencode/organization-roles/1/users
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
edge2 trials
min 39514ms · median 43622ms · max 47730ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.org_organization_role_users WHERE org = 'opencode' AND role_id = '1' LIMIT 200
Trials + output
trial 1·39514ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role","status":"404"} [GET] https://api.github.com/orgs/opencode/organization-roles/1/users
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.
trial 2·47730ms·rows 0isError=true
Error
Error: Source resource was not found (404)
Detail: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role","status":"404"} [GET] https://api.github.com/orgs/opencode/organization-roles/1/users
Hint: Verify the identifier or filter values you passed; the upstream resource was not found.

All returned rowsacross all non-errored trials · filterable · paginated

0 rows stored · 0 returned · page 1/1
No rows captured. Trials either returned isError=true (errors shown above) or the probe runner didn't capture full output rows.

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt139838ms0error
minimalt240779ms0error
realistict141028ms0error
realistict240212ms0error
edget139514ms0error
edget247730ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T07:16:16Z
JSON record: reports/github/tables/org_organization_role_users.json
first_run_at: 2026-08-31T07:16:16Z
last_retried_at: 2026-08-31T07:16:16Z
retry_count: 0
View version history →