# ListUsersPublicUser ## Example Usage ```typescript import { ListUsersPublicUser } from "@lukehagar/discoursejs/sdk/models/operations"; let value: ListUsersPublicUser = { avatarTemplate: "", id: 406733, name: "", title: "", username: "Kory.Lueilwitz27", }; ``` ## 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 | | `title` | *string* | :heavy_check_mark: | N/A | | `username` | *string* | :heavy_check_mark: | N/A |