---
title: "Register a new user"
method: POST
path: "/api/v3/user/register"
---

# Register a new user

`POST /api/v3/user/register`

## Request body

- RegisterUserRequest
  - `code` string, required

## Response `200`

- RegisterUserResponse
  - `id` string, required

## Other responses

- `401` — Session expired
- `404` — Code not found
- `409` — Invalid email domain
- `429` — Rate limit exceeded
- `500` — Internal server error

## Changes

- **2024-09-18** `1ffe733927c0` — 1 info
  - endpoint added
- **2024-08-26** `113852fcf431` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/isard-vdi/apis/isardvdi-api/changes/api/v3/user/register/post.md)

---

[API](https://skmtc.dev/isard-vdi/apis/isardvdi-api.md) · [All operations](https://skmtc.dev/isard-vdi/apis/isardvdi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/isard-vdi/isardvdi-api/revisions/95068d823baa/schema)
