mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 20:37:49 +00:00
21 lines
710 B
Markdown
21 lines
710 B
Markdown
# GetUserExternalIdRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetUserExternalIdRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: GetUserExternalIdRequest = {
|
|
apiKey: "<value>",
|
|
apiUsername: "<value>",
|
|
externalId: "<value>",
|
|
};
|
|
```
|
|
|
|
## 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 | |