Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required
resource
string
required

Concrete resource path, for example projects:42 or projects:42:envs:5. No wildcards.

Query Parameters

actions
string | null

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.

user_id
string | null

Restrict the report to a single member. Filtering to yourself requires only org membership; other members require users.read.

page_token
string | null

Page token for pagination. Pass back the next_page_token from the previous response.

Response

Members with access and their allowed actions

actions
string[]
required

Action keys that were evaluated, in evaluation order.

users
object[]
required

Members with at least one allowed action on the resource. May hold fewer entries than the page window even when more pages exist.

next_page_token
string | null

Token to fetch the next page, or null if this is the last page.