action mist_get_msp_orgs { label: "getMspOrgs" description: "Get MSP Orgs" provider: mist method: GET path: "/api/v1/msps/{msp_id}/orgs" encoding: json output: { type: "object" additionalProperties: true } }