OrganizationList

edit

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