---
title: "POST /api/auth/register"
method: POST
path: "/api/auth/register"
tags: ["Auth"]
---

# POST /api/auth/register

`POST /api/auth/register`

## Request body

- RegisterBody
  - `password` string, required
  - `username` string, required
  - `redirectUrl` string, uri

## Response `default`

- RegisterDto
  - `success` boolean, required

## Changes

- **2026-04-24** `c4576fcc6a5c` — 1 info
  - added the new optional request property `redirectUrl`
- **2025-09-19** `04aac8a043a6` — 1 breaking
  - removed the success response with the status `201`
- **2025-05-09** `0db10235cd0a` — 1 warning, 1 info
  - removed the request property `redirectUrl`
  - added the success response with the status `201`

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

---

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