---
title: "Register a new user account"
method: POST
path: "/api/v1/users/register"
tags: ["Users"]
---

# Register a new user account

`POST /api/v1/users/register`

Register a new user account

## Request body

- AuthRegisterRequest — Registration request body.
  - `email` string, email, required — Email address
  - `first_name` string, required — User's first name
  - `last_name` string, required — User's last name

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

## Changes

- **2026-06-16** `b372e7d5563d` — 1 info
  - endpoint added
- **2025-11-02** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

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

---

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