Files
Dokploy-ts-sdk/docs/models/operations/authcreateuserrequest.md
2025-09-26 02:33:10 +00:00

21 lines
675 B
Markdown

# AuthCreateUserRequest
## Example Usage
```typescript
import { AuthCreateUserRequest } from "dokploy/models/operations";
let value: AuthCreateUserRequest = {
password: "gE2NX4q7ofEYUc1",
id: "<id>",
token: "<value>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `password` | *string* | :heavy_check_mark: | N/A |
| `id` | *string* | :heavy_check_mark: | N/A |
| `token` | *string* | :heavy_check_mark: | N/A |