mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
24 lines
789 B
Markdown
24 lines
789 B
Markdown
# CreateUserResponseBody
|
|
|
|
user created
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { CreateUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: CreateUserResponseBody = {
|
|
active: false,
|
|
message: "<value>",
|
|
success: false,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `active` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `message` | *string* | :heavy_check_mark: | N/A |
|
|
| `success` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `userId` | *number* | :heavy_minus_sign: | N/A | |