# InviteToTopicRequest ## Example Usage ```typescript import { InviteToTopicRequest } from "@lukehagar/discoursejs/sdk/models/operations"; let value: InviteToTopicRequest = { apiKey: "", apiUsername: "", id: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | | `apiKey` | *string* | :heavy_check_mark: | N/A | | `apiUsername` | *string* | :heavy_check_mark: | N/A | | `requestBody` | [operations.InviteToTopicRequestBody](../../../sdk/models/operations/invitetotopicrequestbody.md) | :heavy_minus_sign: | N/A | | `id` | *string* | :heavy_check_mark: | N/A |