---
title: "POST /user/"
method: POST
path: "/user/"
tags: ["user"]
---

# POST /user/

`POST /user/`

Create a non-admin user.

## Query parameters

- `page` integer
- `per_page` integer

## Headers

- `X-Fields` string, mask

## Request body

- object
  - `login` string
  - `name` string
  - `organisation` string
  - `email` string

## Response `200`

Success

- UserFull
  - `uuid` string — User UUID.
  - `login` string — User login.
  - `is_admin` boolean — Boolean specifying whether the user is administrator.
  - `is_reporter` boolean — Boolean specifying whether the user is reporter.
  - `is_commenter` boolean — Boolean specifying whether the user is commenter.
  - `created_at` string, date-time — Creation time of the user.
  - `last_seen` string, date-time — Last seen time of the user.

## Other responses

- `201` — Success.
- `403` — Self-registration is disabled.
- `422` — Email address not accepted (disposable email detected, blocked domain, or invalid domain).
- `429` — Too many requests (maximum 3 registrations/hour per IP)

## Changes

- **2025-10-16** `b8489a96aea5` — 1 info
  - added the non-success response with the status `403`
- **2025-10-15** `9ef48f1e960c` — 2 info
  - added the non-success response with the status `422`
  - added the non-success response with the status `429`
- **2025-01-15** `ca3ebcc72ad5` — 2 info
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `per_page`
- **2024-11-27** `5ff926c52769` — 1 info
  - endpoint added
- **2024-06-05** `28bfb33cc1fb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/changes/user/post.md)

---

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