# GetTopicUser ## Example Usage ```typescript import { GetTopicUser } from "@lukehagar/discoursejs/sdk/models/operations"; let value: GetTopicUser = { avatarTemplate: "", id: 65082, name: "", username: "Paxton.Pfannerstill24", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `avatarTemplate` | *string* | :heavy_check_mark: | N/A | | `id` | *number* | :heavy_check_mark: | N/A | | `name` | *string* | :heavy_check_mark: | N/A | | `username` | *string* | :heavy_check_mark: | N/A |