# AnonymizeUserResponseBody response ## Example Usage ```typescript import { AnonymizeUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: AnonymizeUserResponseBody = { success: "", username: "Casimer.Kutch", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `success` | *string* | :heavy_check_mark: | N/A | | `username` | *string* | :heavy_check_mark: | N/A |