action clubhouseapi_get_get_users_for_topic { label: "looks up users by topic." provider: clubhouseapi method: GET path: "/get_users_for_topic" encoding: json input: { type: "object" properties: { page: { type: "integer" } page_size: { type: "integer" } topic_id: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }