---
title: "Password Register"
method: POST
path: "/auth/password/register"
tags: ["Authentication"]
---

# Password Register

`POST /auth/password/register`

## Request body

- PasswordRegisterRequest
  - `username` string, required
  - `password` string, required
  - `name` string
  - `email` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agience/apis/agience-platform-api.md) · [All operations](https://skmtc.net/agience/apis/agience-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agience/agience-platform-api/revisions/187bad270c94/schema)
