---
title: "Create a non-admin user"
method: POST
path: "/api/user/"
tags: ["user"]
---

# Create a non-admin user

`POST /api/user/`

Create a non-admin user.
The user will be active but must have to confirm the account with the email sent by the instance.

## Headers

- `X-Fields` string, mask

## Request body

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

## Response `200`

Success

- UserFull
  - `id` integer — User id.
  - `login` string — User login.
  - `name` string — User name.
  - `organisation` string — User organisation.
  - `email` string — User email.
  - `apikey` string — User API key.
  - `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.

## Changes

- **2024-07-31** `532242ce343b` — 1 info
  - added the success response with the status `200`
- **2024-07-02** `eeda48608d47` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/changes/api/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/3423807e7e6e/schema)
