# AuthCreateUserRequest ## Example Usage ```typescript import { AuthCreateUserRequest } from "dokploy/models/operations"; let value: AuthCreateUserRequest = { password: "gE2NX4q7ofEYUc1", id: "", token: "", }; ``` ## 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 |