---
title: "Register a new user"
method: POST
path: "/1/auth/register"
tags: ["Auth"]
---

# Register a new user

`POST /1/auth/register`

## Request body

- object
  - `email` string, required
  - `password` string, required
  - `name` string, required
  - `surname` string, required

## Response `200`

Default Response

- object
  - `status` string, required
  - `code` string, required
  - `data` object, required

## Changes

- **2026-07-14** `7ceb64c8293d` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2026-02-08** `36eadaa5cf0c` — 1 breaking
  - removed the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/wezard-it/apis/boilerplate-api/changes/1/auth/register/post.md)

---

[API](https://skmtc.dev/wezard-it/apis/boilerplate-api.md) · [All operations](https://skmtc.dev/wezard-it/apis/boilerplate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wezard-it/boilerplate-api/revisions/7ceb64c8293d/schema)
