v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01206322659.2 KB
iam

List members with effective access to a resource, per action.

get/orgs/{org_id}/iam/resources/{resource}/users

Path parameters

org_idstring required
resourcestring required

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

Query parameters

actionsstring nullable

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_idstring nullable

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

page_tokenstring nullable

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

Response

Members with access and their allowed actions

actionsstring[] required

Action keys that were evaluated, in evaluation order.

next_page_tokenstring nullable

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