action clubhouseapi_post_get_suggested_invites { label: "find users to invite based on phone number." description: "(also see https://zerforschung.org/posts/clubhouse-telefonnummern-en/ for @zerforschung's analysis of the privacy implications of this API)" provider: clubhouseapi method: POST path: "/get_suggested_invites" encoding: json input: { type: "object" } output: { type: "object" additionalProperties: true } }