OrganizationList
editOrganizationList
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" : [ { "billing_contacts" : [ "string" ], "default_disk_usage_alerts_enabled" : true, "id" : "string", "name" : "string", "notifications_allowed_email_domains" : [ "string" ], "operational_contacts" : [ "string" ] } ] }