mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
20 lines
2.1 KiB
Markdown
20 lines
2.1 KiB
Markdown
# CreateUserRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { CreateUserRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: CreateUserRequest = {
|
|
apiKey: "<value>",
|
|
apiUsername: "<value>",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
|
|
| `apiKey` | *string* | :heavy_check_mark: | N/A |
|
|
| `apiUsername` | *string* | :heavy_check_mark: | N/A |
|
|
| `requestBody` | [operations.CreateUserRequestBody](../../../sdk/models/operations/createuserrequestbody.md) | :heavy_minus_sign: | N/A | |