---
title: "Register New User"
method: POST
path: "/v1/users/register"
tags: ["User"]
---

# Register New User

`POST /v1/users/register`

## Request body

- ServicesUserRegistration
  - `email` string
  - `name` string
  - `password` string
  - `token` string

## Response `204`

No Content

## Other responses

- `403` — Local login is not enabled

---

[API](https://skmtc.net/sysadminsmedia/apis/homebox-api.md) · [All operations](https://skmtc.net/sysadminsmedia/apis/homebox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysadminsmedia/homebox-api/versions/f19934d1b3ab/schema)
