mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
16 lines
1.7 KiB
Markdown
16 lines
1.7 KiB
Markdown
# UpdateUserRequestBody
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { UpdateUserRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: UpdateUserRequestBody = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
|
|
| `externalIds` | [operations.UpdateUserExternalIds](../../../sdk/models/operations/updateuserexternalids.md) | :heavy_minus_sign: | N/A |
|
|
| `name` | *string* | :heavy_minus_sign: | N/A | |