ListAccounts
Returns a list of accounts.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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:resource_key:"example/organization"
resource_key:"demo/demo/project" nested:true
resource_key:"r8efdFD9sMSaa93/demo/event"
OK
The response is of type object
.