A newer version is available. For the latest information, see the
current release documentation.
OrganizationList
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
OrganizationList
editA collection of Organizations
Properties
edit-
next_page(string) - A cursor to get the next page of results
-
organizations(array[Organization], required) - The list of organizations
Example
edit{
"next_page" : "string",
"organizations" : [
{
"default_disk_usage_alerts_enabled" : true,
"id" : "string",
"name" : "string",
"notifications_allowed_email_domains" : [
"string"
]
}
]
}