OrganizationListedit

A collection of Organizations

Propertiesedit

next_page (string)
A cursor to get the next page of results
organizations (array[Organization], required)
The list of organizations

Exampleedit

{
   "next_page" : "string",
   "organizations" : [
      {
         "billing_contacts" : [
            "string"
         ],
         "default_disk_usage_alerts_enabled" : true,
         "id" : "string",
         "name" : "string",
         "notifications_allowed_email_domains" : [
            "string"
         ],
         "operational_contacts" : [
            "string"
         ]
      }
   ]
}