GET
/
iam
/
accounts
/
v1

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page_token
string
filter
string

Filter the result-set by properties using a subset of the Kibana Query Language. Supported filter fields:

  • resource_key - The resource key of the resource for which to list accounts. This is a required field. For organizations, this key consists of two components: the organization ID and string "organization", joined by a forward slash. For all other resources, this key consists of three components: the resource ID, the project ID, and the resource type (e.g. "event" or project"), joined by forward slashes (for projects specifically, this contains the same resource ID twice).
  • nested - A boolean. Defaults to false. If true, the endpoint will return accounts that have any level of explicitly granted access to any resource below the given resource path. No roles will be provided for these accounts, as they are not attributable to the given resource. Accounts with inherited access will not be included. Examples:
  • To list accounts that have explicit or inherited access to the organization "example" , use resource_key:"example/organization"
  • To list accounts that have explicit access to any resource below the project "demo", use resource_key:"demo/demo/project" nested:true
  • To list accounts that have explicit or inherited access to the event "r8efdFD9sMSaa93" inside the project "demo" , use resource_key:"r8efdFD9sMSaa93/demo/event"
page_size
integer

Response

200 - application/json
items
object[]
next_page_token
string