# GetUserExternalIdRequest ## Example Usage ```typescript import { GetUserExternalIdRequest } from "@lukehagar/discoursejs/sdk/models/operations"; let value: GetUserExternalIdRequest = { apiKey: "", apiUsername: "", externalId: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `apiKey` | *string* | :heavy_check_mark: | N/A | | `apiUsername` | *string* | :heavy_check_mark: | N/A | | `externalId` | *string* | :heavy_check_mark: | N/A |