# GetGroupResponseBody success response ## Example Usage ```typescript import { GetGroupResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: GetGroupResponseBody = { extras: { visibleGroupNames: [ "", ], }, group: { allowMembershipRequests: false, allowUnknownSenderTopicReplies: false, automatic: false, automaticMembershipEmailDomains: "", bioCooked: "", bioExcerpt: "", bioRaw: "", canAdminGroup: false, canSeeMembers: false, defaultNotificationLevel: 120196, emailPassword: "", emailUsername: "", flairBgColor: "", flairColor: "", flairUrl: "", fullName: "Miss Valerie Kshlerin", grantTrustLevel: "", hasMessages: false, id: 880476, imapLastError: "", imapMailboxName: "", imapMailboxes: [ "", ], imapNewEmails: "", imapOldEmails: "", imapPort: "", imapServer: "", imapSsl: "", incomingEmail: "", isGroupOwnerDisplay: false, isGroupUser: false, membersVisibilityLevel: 414263, membershipRequestTemplate: "", mentionable: false, mentionableLevel: 918236, messageCount: 64147, messageable: false, messageableLevel: 216822, mutedCategoryIds: [ "", ], name: "", primaryGroup: false, publicAdmission: false, publicExit: false, publishReadState: false, regularCategoryIds: [ "", ], smtpPort: "", smtpServer: "", smtpSsl: "", title: "", trackingCategoryIds: [ "", ], userCount: 692472, visibilityLevel: 565189, watchingCategoryIds: [ "", ], watchingFirstPostCategoryIds: [ "", ], }, }; ``` ## Fields | Field | Type | Required | Description | | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | | `extras` | [operations.Extras](../../../sdk/models/operations/extras.md) | :heavy_check_mark: | N/A | | `group` | [operations.GetGroupGroup](../../../sdk/models/operations/getgroupgroup.md) | :heavy_check_mark: | N/A |