action discourse_get_group { label: "Get a group" provider: discourse method: GET path: "/groups/{id}.json" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { required: ["extras", "group"] properties: { extras: { type: "object" required: ["visible_group_names"] properties: { visible_group_names: { type: "array" items: { type: "object" } } } additionalProperties: false } group: { type: "object" required: ["allow_membership_requests", "allow_unknown_sender_topic_replies", "automatic", "automatic_membership_email_domains", "bio_cooked", "bio_excerpt", "bio_raw", "can_admin_group", "can_see_members", "default_notification_level", "email_password", "email_username", "flair_bg_color", "flair_color", "flair_url", "full_name", "grant_trust_level", "has_messages", "id", "imap_last_error", "imap_mailbox_name", "imap_mailboxes", "imap_new_emails", "imap_old_emails", "imap_port", "imap_server", "imap_ssl", "incoming_email", "is_group_owner_display", "is_group_user", "members_visibility_level", "membership_request_template", "mentionable", "mentionable_level", "message_count", "messageable", "messageable_level", "muted_category_ids", "name", "primary_group", "public_admission", "public_exit", "publish_read_state", "regular_category_ids", "smtp_port", "smtp_server", "smtp_ssl", "title", "tracking_category_ids", "user_count", "visibility_level", "watching_category_ids", "watching_first_post_category_ids"] properties: { allow_membership_requests: { type: "boolean" } allow_unknown_sender_topic_replies: { type: "boolean" } associated_group_ids: { type: "array" items: { type: "object" } } automatic: { type: "boolean" } automatic_membership_email_domains: { type: ["string", "null"] } bio_cooked: { type: ["string", "null"] } bio_excerpt: { type: ["string", "null"] } bio_raw: { type: ["string", "null"] } can_admin_group: { type: "boolean" } can_edit_group: { type: "boolean" } can_see_members: { type: "boolean" } default_notification_level: { type: "integer" } email_from_alias: { type: ["string", "null"] } email_password: { type: ["string", "null"] } email_username: { type: ["string", "null"] } flair_bg_color: { type: ["string", "null"] } flair_color: { type: ["string", "null"] } flair_url: { type: ["string", "null"] } full_name: { type: ["string", "null"] } grant_trust_level: { type: ["string", "null"] } has_messages: { type: "boolean" } id: { type: "integer" } imap_enabled: { type: "boolean" } imap_last_error: { type: ["string", "null"] } imap_mailbox_name: { type: "string" } imap_mailboxes: { type: "array" items: { type: "object" } } imap_new_emails: { type: ["string", "null"] } imap_old_emails: { type: ["string", "null"] } imap_port: { type: ["string", "null"] } imap_server: { type: ["string", "null"] } imap_ssl: { type: ["string", "null"] } imap_updated_at: { type: ["string", "null"] } imap_updated_by: { type: ["object", "null"] } incoming_email: { type: ["string", "null"] } is_group_owner_display: { type: "boolean" } is_group_user: { type: "boolean" } members_visibility_level: { type: "integer" } membership_request_template: { type: ["string", "null"] } mentionable: { type: "boolean" } mentionable_level: { type: "integer" } message_count: { type: "integer" } messageable: { type: "boolean" } messageable_level: { type: "integer" } muted_category_ids: { type: "array" items: { type: "object" } } muted_tags: { type: "array" items: { type: "object" } } name: { type: "string" } primary_group: { type: "boolean" } public_admission: { type: "boolean" } public_exit: { type: "boolean" } publish_read_state: { type: "boolean" } regular_category_ids: { type: "array" items: { type: "object" } } regular_tags: { type: "array" items: { type: "object" } } smtp_enabled: { type: "boolean" } smtp_port: { type: ["string", "null"] } smtp_server: { type: ["string", "null"] } smtp_ssl: { type: ["string", "null"] } smtp_updated_at: { type: ["string", "null"] } smtp_updated_by: { type: ["object", "null"] } title: { type: ["string", "null"] } tracking_category_ids: { type: "array" items: { type: "object" } } tracking_tags: { type: "array" items: { type: "object" } } user_count: { type: "integer" } visibility_level: { type: "integer" } watching_category_ids: { type: "array" items: { type: "object" } } watching_first_post_category_ids: { type: "array" items: { type: "object" } } watching_first_post_tags: { type: "array" items: { type: "object" } } watching_tags: { type: "array" items: { type: "object" } } } additionalProperties: false } } additionalProperties: false } }