---
title: "Create local user"
method: POST
path: "/auth/users"
tags: ["Users"]
---

# Create local user

`POST /auth/users`

Create a new local Sylve user

## Request body

- InternalHandlersAuthCreateUserRequest
  - `admin` boolean, required
  - `auxGroupIds` integer[]
  - `disablePassword` boolean
  - `doasEnabled` boolean
  - `email` string
  - `fullName` string
  - `homeDirPerms` integer
  - `homeDirectory` string
  - `locked` boolean
  - `newPrimaryGroup` boolean
  - `password` string
  - `primaryGroupId` integer
  - `shell` string
  - `sshPublicKey` string
  - `uid` integer
  - `username` string, required

## Response `201`

User Created

- GithubComAlchemillahqSylveInternalAPIResponseInternalHandlersAuthUserMutationResult
  - `data` InternalHandlersAuthUserMutationResult
    - `id` integer
    - `username` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict
- `413` — Request Entity Too Large
- `500` — Internal Server Error

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/revisions/9822c41c8ac0/schema)
