List Users by Resource
List members with effective access to a resource, per action.
Authorizations
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Path Parameters
Concrete resource path, for example projects:42 or
projects:42:envs:5. No wildcards.
Query Parameters
Comma-separated action keys to evaluate (for example
projects.envs.deploy,projects.envs.logs). Every action must target
the resource's kind. Omit to evaluate every action applicable to the
resource.
Restrict the report to a single member. Filtering to yourself
requires only org membership; other members require users.read.
Page token for pagination. Pass back the next_page_token from the
previous response.
Response
Members with access and their allowed actions
Action keys that were evaluated, in evaluation order.
Members with at least one allowed action on the resource. May hold fewer entries than the page window even when more pages exist.
Token to fetch the next page, or null if this is the last page.