# GetUserExternalIdResponseBody user response ## Example Usage ```typescript import { GetUserExternalIdResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: GetUserExternalIdResponseBody = { user: { admin: false, allowedPmUsernames: [ "", ], avatarTemplate: "", badgeCount: 147014, canBeDeleted: false, canChangeBio: false, canChangeLocation: false, canChangeTrackingPreferences: false, canChangeWebsite: false, canDeleteAllPosts: false, canEdit: false, canEditEmail: false, canEditName: false, canEditUsername: false, canIgnoreUser: false, canMuteUser: false, canSendPrivateMessageToUser: false, canSendPrivateMessages: false, canUploadProfileHeader: false, canUploadUserCardBackground: false, createdAt: "", customFields: {}, featuredTopic: "", featuredUserBadgeIds: [ "", ], flairBgColor: "", flairColor: "", flairGroupId: "", flairName: "", flairUrl: "", groupUsers: [ { groupId: 956406, notificationLevel: 159870, userId: 187131, }, ], groups: [ { allowMembershipRequests: false, automatic: false, bioCooked: "", bioExcerpt: "", bioRaw: "", canAdminGroup: false, canSeeMembers: false, defaultNotificationLevel: 129412, displayName: "Stuart.Mayert", flairBgColor: "", flairColor: "", flairUrl: "", fullName: "Ms. Olive Tillman", grantTrustLevel: "", hasMessages: false, id: 724168, incomingEmail: "", membersVisibilityLevel: 877131, membershipRequestTemplate: "", mentionableLevel: 399025, messageableLevel: 93459, name: "", primaryGroup: false, publicAdmission: false, publicExit: false, publishReadState: false, title: "", userCount: 904045, visibilityLevel: 426306, }, ], hasTitleBadges: false, id: 690025, ignored: false, ignoredUsernames: [ "", ], invitedBy: "", lastPostedAt: "", lastSeenAt: "", locale: "fr_CA", mailingListPostsPerDay: 699622, moderator: false, muted: false, mutedCategoryIds: [ "", ], mutedTags: [ "", ], mutedUsernames: [ "", ], name: "", pendingCount: 580197, postCount: 327720, primaryGroupId: "", primaryGroupName: "", profileViewCount: 716244, recentTimeRead: 756779, regularCategoryIds: [ "", ], secondFactorEnabled: false, staged: false, systemAvatarTemplate: "", systemAvatarUploadId: "", timeRead: 27069, title: "", trackedCategoryIds: [ "", ], trackedTags: [ "", ], trustLevel: 636061, uploadedAvatarId: "", useLogoSmallAsAvatar: false, userApiKeys: "", userAuthTokens: [ { browser: "", clientIp: "", createdAt: "", device: "", icon: "", id: 731398, isActive: false, location: "", os: "", seenAt: "", }, ], userNotificationSchedule: { day0EndTime: 240020, day0StartTime: 766964, day1EndTime: 160538, day1StartTime: 9766, day2EndTime: 796392, day2StartTime: 308286, day3EndTime: 959167, day3StartTime: 232865, day4EndTime: 458139, day4StartTime: 503427, day5EndTime: 590984, day5StartTime: 953722, day6EndTime: 857723, day6StartTime: 557811, enabled: false, }, userOption: { allowPrivateMessages: false, autoTrackTopicsAfterMsecs: 457223, automaticallyUnpinTopics: false, colorSchemeId: "", darkSchemeId: "", digestAfterMinutes: 97468, dynamicFavicon: false, emailDigests: false, emailInReplyTo: false, emailLevel: 951875, emailMessagesLevel: 621679, emailPreviousReplies: 575751, enableAllowedPmUsers: false, enableDefer: false, enableQuoting: false, externalLinksInNewTab: false, hideProfileAndPresence: false, homepageId: "", includeTl0InDigests: false, likeNotificationFrequency: 863023, mailingListMode: false, mailingListModeFrequency: 820767, newTopicDurationMinutes: 157632, notificationLevelWhenReplying: 908844, skipNewUserTips: false, textSize: "", textSizeSeq: 992430, themeIds: [ "", ], themeKeySeq: 815524, timezone: "America/Chicago", titleCountMode: "", userId: 159414, }, username: "Aurelie.Murphy", watchedCategoryIds: [ "", ], watchedFirstPostCategoryIds: [ "", ], watchedTags: [ "", ], watchingFirstPostTags: [ "", ], }, userBadges: [ "", ], }; ``` ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | | `user` | [operations.GetUserExternalIdUser](../../../sdk/models/operations/getuserexternaliduser.md) | :heavy_check_mark: | N/A | | `userBadges` | *any*[] | :heavy_check_mark: | N/A |