---
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

## Changes

- **2025-12-06** `c1f0cb371a55` — 1 info
  - added the non-success response with the status `403`
- **2024-11-29** `19794fb70c24` — 1 info
  - removed the non-success response with the status `403`

[Change history](https://skmtc.dev/sysadminsmedia/apis/homebox-api/changes/v1/users/register/post.md)

---

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