mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
21 lines
681 B
Markdown
21 lines
681 B
Markdown
# GetUserRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetUserRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: GetUserRequest = {
|
|
apiKey: "<value>",
|
|
apiUsername: "<value>",
|
|
username: "Makenzie13",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `apiKey` | *string* | :heavy_check_mark: | N/A |
|
|
| `apiUsername` | *string* | :heavy_check_mark: | N/A |
|
|
| `username` | *string* | :heavy_check_mark: | N/A | |