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
action
string
required

Org-wide IAM action key, for example roles.manage.

Query Parameters

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 holding the action

users
object[]
required

Members who effectively hold the action. 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.