# ListUserActionsResponseBody response ## Example Usage ```typescript import { ListUserActionsResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: ListUserActionsResponseBody = { userActions: [ { actingAvatarTemplate: "", actingName: "", actingUserId: 604118, actingUsername: "", actionCode: "", actionType: 100032, archived: false, avatarTemplate: "", categoryId: 382808, closed: false, createdAt: "", deleted: false, excerpt: "", hidden: "", name: "", postId: "", postNumber: 960257, postType: "", slug: "", targetName: "", targetUserId: 895386, targetUsername: "", title: "", topicId: 72434, userId: 967795, username: "Aileen.Lockman14", }, ], }; ``` ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | | `userActions` | [operations.UserActions](../../../sdk/models/operations/useractions.md)[] | :heavy_check_mark: | N/A |