action edrv_get_organizations { label: "getOrganizations" description: "Get an array of all Organizations" provider: edrv method: GET path: "/v1/organizations" encoding: json input: { type: "object" properties: { include_locations: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }