action mist_get_org_guest_authorizations { label: "getOrgGuestAuthorizations" description: "Get Org Guest Authorizations" provider: mist method: GET path: "/api/v1/orgs/{org_id}/guests" encoding: json output: { type: "object" additionalProperties: true } }