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" : [
      {
         "id" : "string",
         "name" : "string"
      }
   ]
}