action mist_get_org_admins { label: "getOrgAdmins" description: "Get a list of people who can manage the Site/Org under the Org" provider: mist method: GET path: "/api/v1/orgs/{org_id}/admins" encoding: json output: { type: "object" additionalProperties: true } }